Merge pull request #3286 from fritchie/master

Change update strategy to RollingUpdate
This commit is contained in:
k8s-ci-robot
2018-09-12 00:18:05 -07:00
committed by GitHub

View File

@ -11,7 +11,7 @@ metadata:
spec: spec:
replicas: 1 replicas: 1
strategy: strategy:
type: Recreate type: RollingUpdate
selector: selector:
matchLabels: matchLabels:
kubernetes.io/cluster-service: "true" kubernetes.io/cluster-service: "true"