Skip to content

Commit

Permalink
Mention 'exclude-from-external-load-balancers' in the kubeadm create …
Browse files Browse the repository at this point in the history
…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]>
  • Loading branch information
steve-hardman and dipesh-rawat authored Feb 9, 2024
1 parent d613e76 commit 95ca859
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,14 @@ This will remove the `node-role.kubernetes.io/control-plane:NoSchedule` taint
from any nodes that have it, including the control plane nodes, meaning that the
scheduler will then be able to schedule Pods everywhere.

Additionally, you can execute the following command to remove the
[`node.kubernetes.io/exclude-from-external-load-balancers`](/docs/reference/labels-annotations-taints/#node-kubernetes-io-exclude-from-external-load-balancers) label
from the control plane node, which excludes it from the list of backend servers:

```bash
kubectl label nodes --all node.kubernetes.io/exclude-from-external-load-balancers-
```

### Joining your nodes {#join-nodes}

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

0 comments on commit 95ca859

Please sign in to comment.