Fix sentence about specifying a rollback version (#12663)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
29f6155fc5
commit
5f2250fd91
@@ -467,7 +467,7 @@ $ kubectl rollout undo deployment.v1.apps/nginx-deployment
|
||||
deployment.apps/nginx-deployment
|
||||
```
|
||||
|
||||
Alternatively, you can rollback to a specific revision by specify that in `--to-revision`:
|
||||
Alternatively, you can rollback to a specific revision by specifying it with `--to-revision`:
|
||||
|
||||
```shell
|
||||
$ kubectl rollout undo deployment.v1.apps/nginx-deployment --to-revision=2
|
||||
|
||||
Reference in New Issue
Block a user