Open ebizboy opened 2 days ago
bitnami/airflow 21.8.0
amd64
dags: enabled: true repositories: - repository: https://test:github_pat_key@github.com/test/airflow-dags.git name: "airflow-dags" branch: main defaultInitContainers: loadDAGsPlugins: resources: requests: memory: "200Mi" limits: memory: "200Mi" defaultSidecars: syncDAGsPlugins: resources: requests: memory: "100Mi" limits: memory: "100Mi"
The Pod should terminate properly once the KubernetesWorker job is completed
sync-dags container still running forever
chart 21.9.0 kubernetes executor worker has 3 init containers, and 2 containers init containers : load-dags, prepare-web-config, prepare-config containers: sync-dags, base
still has the same problem
Name and Version
bitnami/airflow 21.8.0
What architecture are you using?
amd64
What steps will reproduce the bug?
Are you using any custom parameters or values?
What is the expected behavior?
The Pod should terminate properly once the KubernetesWorker job is completed
What do you see instead?
sync-dags container still running forever