Skip to content

Commit 4179043

Browse files
Add CoreDNS rebalance note to kubeadm HA guide
1 parent ff77634 commit 4179043

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/en/docs/setup/production-environment/tools/kubeadm/high-availability.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,12 @@ For each additional control plane node you should:
265265
266266
You can join multiple control-plane nodes in parallel.
267267
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+
268274
## External etcd nodes
269275
270276
Setting up a cluster with external etcd nodes is similar to the procedure used for stacked etcd

0 commit comments

Comments
 (0)