Skip to content
Snippets Groups Projects
Unverified Commit ddf5c6ee authored by Louis Tu's avatar Louis Tu Committed by GitHub
Browse files

Update coredns rolling update strategy (#10748)


Signed-off-by: default avatartu1h <lihai.tu@daocloud.io>
parent eda7ea56
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ spec: ...@@ -12,7 +12,7 @@ spec:
strategy: strategy:
type: RollingUpdate type: RollingUpdate
rollingUpdate: rollingUpdate:
maxUnavailable: 0 maxUnavailable: 1
maxSurge: 10% maxSurge: 10%
selector: selector:
matchLabels: matchLabels:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment