Merge pull request #7575 from brendandburns/kubectl
Rolling Updates: Add support for --rollback.
This commit is contained in:
commit
2f0a77edfa
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue