File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
content/en/docs/setup/production-environment/tools/kubeadm Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -383,6 +383,12 @@ Run 'kubectl get nodes' on control-plane to see this machine join.
383
383
A few seconds later, you should notice this node in the output from `kubectl get
384
384
nodes` when run on the control-plane node.
385
385
386
+ {{< note >}}
387
+ As the cluster nodes are usually initialized sequentially, the CoreDNS Pods are likely to all run
388
+ on the first control-plane node. To provide higher availability, please rebalance the CoreDNS Pods
389
+ with ` kubectl -n kube-system rollout restart deployment coredns ` after at least one new node is joined.
390
+ {{< /note >}}
391
+
386
392
### (Optional) Controlling your cluster from machines other than the control-plane node
387
393
388
394
In order to get a kubectl on some other computer (e.g. laptop) to talk to your
You can’t perform that action at this time.
0 commit comments