File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
content/en/docs/setup/production-environment/tools/kubeadm Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -383,6 +383,14 @@ This will remove the `node-role.kubernetes.io/control-plane:NoSchedule` taint
383
383
from any nodes that have it, including the control plane nodes, meaning that the
384
384
scheduler will then be able to schedule Pods everywhere.
385
385
386
+ Additionally, you can execute the following command to remove the
387
+ [ ` node.kubernetes.io/exclude-from-external-load-balancers ` ] ( /docs/reference/labels-annotations-taints/#node-kubernetes-io-exclude-from-external-load-balancers ) label
388
+ from the control plane node, which excludes it from the list of backend servers:
389
+
390
+ ``` bash
391
+ kubectl label nodes --all node.kubernetes.io/exclude-from-external-load-balancers-
392
+ ```
393
+
386
394
### Joining your nodes {#join-nodes}
387
395
388
396
The nodes are where your workloads (containers and Pods, etc) run. To add new nodes to your cluster do the following for each machine:
You can’t perform that action at this time.
0 commit comments