Skip to content

Commit

Permalink
Add a central simple getting started guide with kubernetes guide.
Browse files Browse the repository at this point in the history
Point several getting started guides at this doc.
  • Loading branch information
brendandburns committed May 2, 2015
1 parent 14760ae commit 4e50c72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion simple-rolling-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4e50c72

Please sign in to comment.