diff options
| author | Brendan Burns <bburns@google.com> | 2015-04-30 10:28:36 -0700 |
|---|---|---|
| committer | Brendan Burns <bburns@google.com> | 2015-05-06 10:21:35 -0700 |
| commit | 950547c92a52860fd55c49631b8dcc08403ff5fd (patch) | |
| tree | 1826b715821066d3e0912f283a5df9400c22cbc0 | |
| parent | 4e50c7273b2b096b968aeec4f6a3379d33ac5d8d (diff) | |
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: |
