We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff77634 commit 4179043Copy full SHA for 4179043
content/en/docs/setup/production-environment/tools/kubeadm/high-availability.md
@@ -265,6 +265,12 @@ For each additional control plane node you should:
265
266
You can join multiple control-plane nodes in parallel.
267
268
+{{< note >}}
269
+As the cluster nodes are usually initialized sequentially, the CoreDNS Pods are likely to all run
270
+on the first control plane node. To provide higher availability, please rebalance the CoreDNS Pods
271
+with `kubectl -n kube-system rollout restart deployment coredns` after at least one new node is joined.
272
+{{< /note >}}
273
+
274
## External etcd nodes
275
276
Setting up a cluster with external etcd nodes is similar to the procedure used for stacked etcd
0 commit comments