File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
content/en/docs/setup/production-environment/tools/kubeadm Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -263,7 +263,12 @@ For each additional control plane node you should:
263
263
- The `--certificate-key ...` will cause the control plane certificates to be downloaded
264
264
from the `kubeadm-certs` Secret in the cluster and be decrypted using the given key.
265
265
266
- You can join multiple control-plane nodes in parallel.
266
+
267
+ {{< note >}}
268
+ As the cluster nodes are usually initialized sequentially, the CoreDNS Pods are likely to all run
269
+ on the first control plane node. To provide higher availability, please rebalance the CoreDNS Pods
270
+ with `kubectl -n kube-system rollout restart deployment coredns` after at least one new node is joined.
271
+ {{< /note >}}
267
272
268
273
## External etcd nodes
269
274
You can’t perform that action at this time.
0 commit comments