From 1f1c0041eb122e5bbdd5818189505502bcfe19e9 Mon Sep 17 00:00:00 2001 From: thisisharrsh Date: Thu, 30 May 2024 10:01:08 +0530 Subject: [PATCH] fixed the stale documentation on node.kubernetes.io/exclude-from-external-load-balancers --- content/en/docs/reference/labels-annotations-taints/_index.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content/en/docs/reference/labels-annotations-taints/_index.md b/content/en/docs/reference/labels-annotations-taints/_index.md index b93ac966aa..f5be1a7d65 100644 --- a/content/en/docs/reference/labels-annotations-taints/_index.md +++ b/content/en/docs/reference/labels-annotations-taints/_index.md @@ -627,9 +627,7 @@ Example: `node.kubernetes.io/exclude-from-external-load-balancers` Used on: Node -Kubernetes automatically enables the `ServiceNodeExclusion` feature gate on -the clusters it creates. With this feature gate enabled on a cluster, -you can add labels to particular worker nodes to exclude them from the list of backend servers. +You can add labels to particular worker nodes to exclude them from the list of backend servers used by external load balancers. The following command can be used to exclude a worker node from the list of backend servers in a backend set: