Merge pull request #9642 from krousey/example_update

Explicitly specifying 0 replicas since default changed
This commit is contained in:
Abhi Shah 2015-06-10 17:00:35 -07:00
commit 3ba8379d5d
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ kind: ReplicationController
metadata: metadata:
name: update-demo-kitten name: update-demo-kitten
spec: spec:
replicas: 0
selector: selector:
name: update-demo name: update-demo
version: kitten version: kitten