skip to content
Alvin Lucillo

Rollback specific version

/ 1 min read

💻 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