Merge pull request #7575 from brendandburns/kubectl

Rolling Updates: Add support for --rollback.
This commit is contained in:
Brian Grant
2015-05-06 11:35:57 -07:00
6 changed files with 43 additions and 8 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: