Add support for --rollback.

This commit is contained in:
Brendan Burns 2015-04-30 10:28:36 -07:00
parent 4e50c7273b
commit 950547c92a
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ it is assumed that the rollout is nearly completed, and ```foo-next``` is rename
### Aborting a rollout
Abort is assumed to want to reverse a rollout in progress.
```kubectl rolling-update rc foo [foo-v2] --abort```
```kubectl rolling-update rc foo [foo-v2] --rollback```
This is really just semantic sugar for: