-
Notifications
You must be signed in to change notification settings - Fork 306
Document auto restart of pods on secret rotation #1647
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
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
Comments
I would like to claim the issue. I have a doc ready for PR |
3 tasks
(just for PR review purposes) /assign aramase nilekhc |
/assign |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the solution you'd like
When secret auto-rotation is enabled, users of Secrets Store CSI Driver may look for a means to have workload pods automatically restarted when a mounted secret is updated. While restart code is assumed not to be in scope of the driver project, the project could outline a suggested approach.
Anything else you would like to add:
I have implemented a kubernetes controller to optionally restart pods when mounted secrets are updated.
I have a document ready to propose for inclusion in docs/topics.
Note that Reloader does not cover the case where secrets are mounted in pod volumes.
This follow from discussion on the slack community: https://kubernetes.slack.com/archives/C013PUP2WRK/p1727349029443369?thread_ts=1724065955.676549&cid=C013PUP2WRK
Environment:
kubectl version
): N/AThe text was updated successfully, but these errors were encountered: