Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 1880148: Fix DNS DaemonSet's updateStrategy stanza #221

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 6 additions & 6 deletions assets/dns/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,6 @@ spec:
dnsPolicy: Default
nodeSelector:
kubernetes.io/os: linux
updateStrategy:
type: RollingUpdate
rollingUpdate:
# Note: The daemon controller rounds the percentage up
# (unlike the deployment controller, which rounds down).
maxUnavailable: 10%
volumes:
- name: config-volume
configMap:
Expand All @@ -172,3 +166,9 @@ spec:
tolerations:
# DNS needs to run everywhere. Tolerate all taints
- operator: Exists
updateStrategy:
type: RollingUpdate
rollingUpdate:
# Note: The daemon controller rounds the percentage up
# (unlike the deployment controller, which rounds down).
maxUnavailable: 10%
8 changes: 4 additions & 4 deletions pkg/manifests/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.