Transient (Job sync) pods don't get populate labels from JOB_KUBE_LABELS env.
未关闭
area/platform
community
team/platform-move
type/bug
- 主要语言
- Python
- 星标
- 22.1k
- 派生
- 5.3k
- PR 合并指标
- PR 指标待抓取
描述
### What method are you using to run Airbyte?
Kubernetes
### Platform Version or Helm Chart Version
0.50.3
### What step the error happened?
During the Sync
### Revelant information
JOB_KUBE_LABELS exist in the configMap:
`JOB_KUBE_LABELS: component_id=data_app_airbyte1`
JOB_KUBE_LABELS env being populated as the env var in worker's deployment:
`JOB_KUBE_LABELS=component_id=data_app_airbyte1`
But the sync job pods (check source/destination, read, normalize, write, etc.) don't pick it up and it's missing in the POD's labels.
### Relevant log output
```shell
n/a
```
贡献指南
评估
这个 Issue 还没有评估数据。