Skip to content

Commit d9170c7

Browse files
authored
Merge pull request #45075 from celestehorgan/merged-main-dev-1.30
Branch sync main & dev-1.30
2 parents aba5108 + 28a281b commit d9170c7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
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:

content/zh-cn/docs/reference/config-api/kubelet-credentialprovider.v1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ kubelet 将使用此字段为 AuthConfig 中的凭据设置内存中缓存持续
114114
</td>
115115
</tr>
116116
<tr><td><code>auth</code><br/>
117-
<a href="#credentialprovider-kubelet-k8s-io-v1-AuthConfig"><code>map[string]k8s.io/kubelet/pkg/apis/credentialprovider/v1.AuthConfig</code></a>
117+
<a href="#credentialprovider-kubelet-k8s-io-v1-AuthConfig"><code>map[string]AuthConfig</code></a>
118118
</td>
119119
<td>
120120
<!--

0 commit comments

Comments
 (0)