File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
content/en/docs/reference/setup-tools/kubeadm Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -436,13 +436,15 @@ A ServiceAccount for `kube-proxy` is created in the `kube-system` namespace; the
436
436
437
437
#### DNS
438
438
439
- - In Kubernetes version 1.21 kube-dns usage with kubeadm has been removed
440
439
- The CoreDNS service is named ` kube-dns ` . This is done to prevent any interruption
441
440
in service when the user is switching the cluster DNS from kube-dns to CoreDNS
442
441
the ` --config ` method described [ here] ( /docs/reference/setup-tools/kubeadm/kubeadm-init-phase/#cmd-phase-addon )
443
442
- A ServiceAccount for CoreDNS is created in the ` kube-system ` namespace.
444
443
- The ` coredns ` ServiceAccount is bound to the privileges in the ` system:coredns ` ClusterRole
445
444
445
+ - In Kubernetes version 1.21, support for using ` kube-dns ` with kubeadm is removed.
446
+ You can use CoreDNS with kubeadm even when the related Service is named ` kube-dns ` .
447
+
446
448
## kubeadm join phases internal design
447
449
448
450
Similarly to ` kubeadm init ` , also ` kubeadm join ` internal workflow consists of a sequence of atomic work tasks to perform.
You can’t perform that action at this time.
0 commit comments