Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
f305cd83
Unverified
Commit
f305cd83
authored
Jan 30, 2019
by
Kubernetes Prow Robot
Committed by
GitHub
Jan 30, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #73325 from prameshj/automated-cherry-pick-of-#73293-upstream-release-1.13
Automated cherry pick of #73293: Add updateStrategy section for nodelocaldns
parents
6a4baf61
79697541
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
4 deletions
+14
-4
nodelocaldns.yaml
cluster/addons/dns/nodelocaldns/nodelocaldns.yaml
+14
-4
No files found.
cluster/addons/dns/nodelocaldns/nodelocaldns.yaml
View file @
f305cd83
...
...
@@ -88,6 +88,9 @@ metadata:
kubernetes.io/cluster-service
:
"
true"
addonmanager.kubernetes.io/mode
:
Reconcile
spec
:
updateStrategy
:
rollingUpdate
:
maxUnavailable
:
10%
selector
:
matchLabels
:
k8s-app
:
node-local-dns
...
...
@@ -133,12 +136,19 @@ spec:
initialDelaySeconds
:
60
timeoutSeconds
:
5
volumeMounts
:
-
mountPath
:
/run/xtables.lock
name
:
xtables-lock
readOnly
:
false
-
name
:
config-volume
mountPath
:
/etc/coredns
volumes
:
-
name
:
config-volume
configMap
:
name
:
node-local-dns
items
:
-
name
:
xtables-lock
hostPath
:
path
:
/run/xtables.lock
type
:
FileOrCreate
-
name
:
config-volume
configMap
:
name
:
node-local-dns
items
:
-
key
:
Corefile
path
:
Corefile
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment