Skip to content

Commit 53ca344

Browse files
authored
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.
1 parent dee7405 commit 53ca344

File tree

1 file changed

+2
-2
lines changed
  • content/en/docs/reference/labels-annotations-taints

1 file changed

+2
-2
lines changed

content/en/docs/reference/labels-annotations-taints/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,9 +339,9 @@ Used on: ServiceAccount
339339

340340
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.
341341

342-
### node.kubernetes.io/exclude-from-external-load-balancer
342+
### node.kubernetes.io/exclude-from-external-load-balancers
343343

344-
Example: `node.kubernetes.io/exclude-from-external-load-balancer`
344+
Example: `node.kubernetes.io/exclude-from-external-load-balancers`
345345

346346
Used on: Node
347347

0 commit comments

Comments
 (0)