-
Notifications
You must be signed in to change notification settings - Fork 16.6k
Chart: add support for container lifecycle hooks#32349
Chart: add support for container lifecycle hooks#32349jedcunningham merged 10 commits intoapache:mainfrom
Conversation
This PR attempts to add possibility to add lifecycle to containers. There are some use cases which in which PostStart and PreStop could be utilized. The new containerLifecycleHooks (templated) can be configured on global and service/node level not dissimilar to the new securityContexts variable.
closes: #32402
|
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 |