mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
Merge pull request #9642 from krousey/example_update
Explicitly specifying 0 replicas since default changed
This commit is contained in:
commit
5a02fc07d8
@ -3,6 +3,7 @@ kind: ReplicationController
|
||||
metadata:
|
||||
name: update-demo-kitten
|
||||
spec:
|
||||
replicas: 0
|
||||
selector:
|
||||
name: update-demo
|
||||
version: kitten
|
||||
|
Loading…
Reference in New Issue
Block a user