Skip to content
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

Resource re-deployments when changing specific specs #164

Closed
theoks opened this issue Jun 7, 2018 · 0 comments · Fixed by #181
Closed

Resource re-deployments when changing specific specs #164

theoks opened this issue Jun 7, 2018 · 0 comments · Fixed by #181

Comments

@theoks
Copy link

theoks commented Jun 7, 2018

Right now the deployment rotates the pods when there is a change in a container image tag. However there are some cases, where a change should redeploy some resources.

For example, a change in spec.tls should add or remove relevant secrets and force the deployment to rotate the pods to account for the change in the TLS configuration (either when the TLS is removed, or when a user wants to edit the altNames key

This could be useful for any other change of specs in the deployment that would take place only with a resource update and a pod rotation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants