Skip to content

Commit

Permalink
Merge pull request kubernetes#7575 from brendandburns/kubectl
Browse files Browse the repository at this point in the history
Rolling Updates: Add support for --rollback.
  • Loading branch information
bgrant0607 committed May 6, 2015
2 parents 24906a0 + 950547c commit 2f0a77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simple-rolling-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 2f0a77e

Please sign in to comment.