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
parent
dee7405a87
commit
53ca344721
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue