Add a central simple getting started guide with kubernetes guide.

Point several getting started guides at this doc.
This commit is contained in:
Brendan Burns 2015-04-30 22:16:59 -07:00
parent 14760aef25
commit 4e50c7273b
1 changed files with 0 additions and 1 deletions

View File

@ -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