Merge pull request #3286 from fritchie/master

Change update strategy to RollingUpdate
pull/3294/head
k8s-ci-robot 2018-09-12 00:18:05 -07:00 committed by GitHub
commit c8630f46fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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"