...
You may see intermediate steps during the rollout (or not, depending on when you check the status). Once the rollout is complete, you should see an update that the deployment successfully rolled out.
...
Rolling back
Code Block |
---|
kubectl rollout undo deployment/<deployment-name> |
Troubleshooting a failed rollout
Status stuck in “X old replicas are pending termination…” for ~5 minutes, followed by error: deployment <deployment-name> exceeded its progress deadline
Check the command used for the rollout (i.e. make sure the version is correctly set to 1.0.1 instead of 1.01).
Related articles
Page Properties | ||
---|---|---|
| ||
|