-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Chart: add support for container lifecycle hooks #32349
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contribution Guide (https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst)
|
b39f4b0 to
b5aa8ff
Compare
7a0e00b to
aebea1a
Compare
64880c8 to
ee49042
Compare
95bb900 to
506dcb3
Compare
|
@jedcunningham Thank you for the review, good points, I should have applied all of the suggested changes on my last commit, please let me know in case I missed something. |
8650641 to
817542e
Compare
|
Rebased to see if everything works fine with latest main. @jedcunningham ? |
817542e to
94110df
Compare
|
@jedcunningham thanks again for the review, I should have applied both of the suggested changes on my last commit, please let me know in case I missed something. |
|
Awesome work, congrats on your first merged pull request! You are invited to check our Issue Tracker for additional contributions. |
|
Thanks @rzjfr! Congrats on your first commit 🎉 |
This PR attempts to add possibility to add lifecycle to containers. There are some use cases which in which
PostStartandPreStopcould be utilized. The newcontainerLifecycleHooks(templated) can be configured on global and service/node level not dissimilar to the newsecurityContextsvariable.closes: #32402