kubeadm: rename the kube-dns phases addon#64274
kubeadm: rename the kube-dns phases addon#64274k8s-github-robot merged 1 commit intokubernetes:masterfrom
kube-dns phases addon#64274Conversation
|
/kind bug |
0f68acb to
336184c
Compare
336184c to
9c9a2fe
Compare
|
FYI @timothysc mentioned this on slack:
|
|
/test pull-kubernetes-integration |
The command `kubeadm alpha phases addon` has a property called `kube-dns` which would install kube-dns, pre 1.11. In the case of 1.11 this property will install CoreDNS, because the property is also bound to the `CoreDNS` feature gate, which is now `true` by default. Fix that by renaming the property to `coredns`, updating the Cobra info and also updating the unit tests.
9c9a2fe to
ebc254c
Compare
|
/assign @detiber |
|
/lgtm |
|
@tengqm: changing LGTM is restricted to assignees, and only kubernetes org members may be assigned issues. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: luxas, neolit123, tengqm, timothysc The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Automatic merge from submit-queue (batch tested with PRs 64308, 64367, 64165, 64274). If you want to cherry-pick this change to another branch, please follow the instructions here. |
What this PR does / why we need it:
The command
kubeadm alpha phases addonhas a propertycalled
kube-dnswhich would install kube-dns, pre 1.11.In the case of 1.11 this property will install CoreDNS,
because the property is also bound to the
CoreDNSfeature gate,which is now
trueby default.Fix that by renaming the property to
coredns, updating the Cobrainfo and also updating the unit tests.
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 kubernetes/kubeadm#856
Special notes for your reviewer:
Please verify if we are OK with the "hard rename".
Release note:
@kubernetes/sig-cluster-lifecycle-pr-reviews
/area kubeadm