nolar / kopf

A Python framework to write Kubernetes operators in just a few lines of code
https://kopf.readthedocs.io/
MIT License
2.08k stars 158 forks source link

consider task dependencies on shutdown #1110

Open asteven opened 6 months ago

asteven commented 6 months ago

The "credentials retriever" should not be stopped before other tasks, that depend on valid credentials, have been stopped.

closes: #1033