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.
pull/40741/head
Paul Sanford 2023-04-17 16:52:42 -06:00 committed by GitHub
parent dee7405a87
commit 53ca344721
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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