Skip to content

Commit 95ca859

Browse files
Mention 'exclude-from-external-load-balancers' in the kubeadm create cluster page (#45057)
* Mention exclude-from-external-load-balancers * Mention exclude-from-external-load-balancers * Mention exclude-from-external-load-balancers Co-authored-by: Dipesh Rawat <[email protected]> --------- Co-authored-by: Dipesh Rawat <[email protected]>
1 parent d613e76 commit 95ca859

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

content/en/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,14 @@ This will remove the `node-role.kubernetes.io/control-plane:NoSchedule` taint
383383
from any nodes that have it, including the control plane nodes, meaning that the
384384
scheduler will then be able to schedule Pods everywhere.
385385

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+
386394
### Joining your nodes {#join-nodes}
387395

388396
The nodes are where your workloads (containers and Pods, etc) run. To add new nodes to your cluster do the following for each machine:

0 commit comments

Comments
 (0)