diff options
| author | Brian Grant <bgrant0607@users.noreply.github.com> | 2015-05-06 11:35:57 -0700 |
|---|---|---|
| committer | Brian Grant <bgrant0607@users.noreply.github.com> | 2015-05-06 11:35:57 -0700 |
| commit | 2f0a77edfa154648dd55c7e663012edfa2d198e4 (patch) | |
| tree | 15ea609a98a40a526a4ed8bcc475d9c9d0a7c63b | |
| parent | 24906a08ebbce50f3a4db4b3052f102bffa5bbe7 (diff) | |
| parent | 950547c92a52860fd55c49631b8dcc08403ff5fd (diff) | |
Merge pull request #7575 from brendandburns/kubectl
Rolling Updates: Add support for --rollback.
| -rw-r--r-- | simple-rolling-update.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simple-rolling-update.md b/simple-rolling-update.md index 2d2bd826..c5667b44 100644 --- a/simple-rolling-update.md +++ b/simple-rolling-update.md @@ -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: |
