Miretpl commented on issue #35154:
URL: https://github.com/apache/airflow/issues/35154#issuecomment-3923531053
Init containers in the 1.19.0 Helm Chart version:
- [x] `wait-for-airflow-migrations` - which do not exist in containers, so
we don't change it
- [ ] `git-sync-container` - will be changed
- dag-processor-deployment.yaml
- scheduler-deployment.yaml
- triggerer-deployment.yaml
- webserver-deployment.yaml
- worker-deployment.yaml
- pod-template-file - uses only init
- [x] `volume-permissions` - which do not exist in containers, so we don't
change them
- [ ] `kerberos-init` (`worker-kerberos` in containers) - will be changed
- worker-deployment.yaml
- pod-template-file
Both `git-sync-container` and `kerberos`-related containers lack
`startupProbe`, which is useful with native containers, so I will take care of
this first.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]