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
If you have a pod in an error or crashloopbackoff state, and send a manifest update, say to update env vars, it should detect the state and delete the pod. this will force the deployment/statefulset to update and reflect the new config and re-spawn new containers.
Currently if this happens the only route is to close the deployment or make a custom image that never allows the container to crash.
The text was updated successfully, but these errors were encountered:
If you have a pod in an error or crashloopbackoff state, and send a manifest update, say to update env vars, it should detect the state and delete the pod. this will force the deployment/statefulset to update and reflect the new config and re-spawn new containers.
Currently if this happens the only route is to close the deployment or make a custom image that never allows the container to crash.
The text was updated successfully, but these errors were encountered: