💻 Tech
To undo a deployment to a specific revision number, use:
k rollout undo deploy nginx --to-revision=1
Be sure to check first if the revision exists:
k rollout history deploy nginx
To undo a deployment to a specific revision number, use:
k rollout undo deploy nginx --to-revision=1
Be sure to check first if the revision exists:
k rollout history deploy nginx