summaryrefslogtreecommitdiff
path: root/simple-rolling-update.md
diff options
context:
space:
mode:
authorBrendan Burns <bburns@google.com>2015-04-30 22:16:59 -0700
committerBrendan Burns <bburns@google.com>2015-05-01 20:20:15 -0700
commit4e50c7273b2b096b968aeec4f6a3379d33ac5d8d (patch)
treef98a06f7e29adc84e3d4bdad6ad63bfa7928f985 /simple-rolling-update.md
parent14760aef25239601cc8859694bd464d18404f55c (diff)
Add a central simple getting started guide with kubernetes guide.
Point several getting started guides at this doc.
Diffstat (limited to 'simple-rolling-update.md')
-rw-r--r--simple-rolling-update.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/simple-rolling-update.md b/simple-rolling-update.md
index 43b086ae..2d2bd826 100644
--- a/simple-rolling-update.md
+++ b/simple-rolling-update.md
@@ -57,7 +57,6 @@ then ```foo-next``` is synthesized using the pattern ```<controller-name>-<hash-
#### Initialization
* If ```foo``` and ```foo-next``` do not exist:
* Exit, and indicate an error to the user, that the specified controller doesn't exist.
- * Goto Rollout
* If ```foo``` exists, but ```foo-next``` does not:
* Create ```foo-next``` populate it with the ```v2``` image, set ```desired-replicas``` to ```foo.Spec.Replicas```
* Goto Rollout