Skip to content

Commit 943d372

Browse files
author
Kubernetes Submit Queue
authored
Merge pull request kubernetes#56170 from rajansandeep/corefileupdate
Automatic merge from submit-queue (batch tested with PRs 55340, 55329, 56168, 56170, 56105). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Update the configmap manifest in CoreDNS **What this PR does / why we need it**: This PR updates the corefile to retain the pod requests support like in kube-dns. This helps when upgrading CoreDNS using kubeadm upgrade (kubernetes#55952). **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes # **Special notes for your reviewer**: **Release note**: ```release-note NONE ```
2 parents d5bc9a4 + 475d30c commit 943d372

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cmd/kubeadm/app/phases/addons/dns/manifests.go

+3-1
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,9 @@ data:
295295
errors
296296
log stdout
297297
health
298-
kubernetes {{ .DNSDomain }} {{ .ServiceCIDR }}
298+
kubernetes {{ .DNSDomain }} {{ .ServiceCIDR }} {
299+
pods insecure
300+
}
299301
prometheus
300302
proxy . /etc/resolv.conf
301303
cache 30

0 commit comments

Comments
 (0)