airbytehq / airbytehq/airbyte

Service-account airbyte-admin cannot be overridden

オープン
#68,107 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
area/platform autoteam community needs-triage team/compose team/platform-move type/bug
主要言語
Python
スター
22.1k
フォーク
5.3k
PR マージ指標
PR 指標を取得中

説明

### Helm Chart Version

2.0

### What step the error happened?

On deploy

### Relevant information

Seeing this error

Error: INSTALLATION FAILED: release airbyte failed, and has been uninstalled due to atomic being set: failed pre-install: warning: Hook pre-install airbyte/charts/airbyte-bootloader/templates/pod.yaml failed: 1 error occurred:
* pods "airbyte-airbyte-bootloader" is forbidden: error looking up service account airbyte/airbyte-admin: serviceaccount "airbyte-admin" not found

Our config has

`serviceAccount:
create: true
name: airbyte-sa-user
annotations:
eks.amazonaws.com/role-arn: arn:aws:iam:::role/AirbyteIrsaRole

jobs:
kube:
nodeSelector: { airbyte_node_type: worker }
namespace: airbyte
tolerations:
- key: "airbyte"
operator: "Equal"
value: "worker"
effect: "NoSchedule"
serviceAccountName: airbyte-sa-user
`

This seemed to work fine in the older 1.8 version

### Relevant log output

```shell

```

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。