From 53ca344721be1df7db20ae5fcf129bd250b4e53d Mon Sep 17 00:00:00 2001 From: Paul Sanford Date: Mon, 17 Apr 2023 16:52:42 -0600 Subject: [PATCH] Fix references to exclude-from-external-load-balancer (add s) The annotation is "node.kubernetes.io/exclude-from-external-load-balancers," but the docs refer to it twice as "node.kubernetes.io/exclude-from-external-load-balancer" (without the s at the end). This change fixes those references. --- content/en/docs/reference/labels-annotations-taints/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/reference/labels-annotations-taints/_index.md b/content/en/docs/reference/labels-annotations-taints/_index.md index 5ede3e30731..0ef92685794 100644 --- a/content/en/docs/reference/labels-annotations-taints/_index.md +++ b/content/en/docs/reference/labels-annotations-taints/_index.md @@ -339,9 +339,9 @@ Used on: ServiceAccount The value for this annotation must be **true** to take effect. This annotation indicates that pods running as this service account may only reference Secret API objects specified in the service account's `secrets` field. -### node.kubernetes.io/exclude-from-external-load-balancer +### node.kubernetes.io/exclude-from-external-load-balancers -Example: `node.kubernetes.io/exclude-from-external-load-balancer` +Example: `node.kubernetes.io/exclude-from-external-load-balancers` Used on: Node