You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 thealtNames
keyThis 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.
The text was updated successfully, but these errors were encountered: