Skip to content

Commit c45a507

Browse files
authored
Merge pull request #43131 from manuelbuil/fixError
Include IPv6 as an option for provided-node-ip annotation
2 parents 44034a7 + ccbea42 commit c45a507

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@ Example: `alpha.kubernetes.io/provided-node-ip: "10.0.0.1"`
10831083

10841084
Used on: Node
10851085

1086-
The kubelet can set this annotation on a Node to denote its configured IPv4 address.
1086+
The kubelet can set this annotation on a Node to denote its configured IPv4 and/or IPv6 address.
10871087

10881088
When kubelet is started with the `--cloud-provider` flag set to any value (includes both external
10891089
and legacy in-tree cloud providers), it sets this annotation on the Node to denote an IP address

0 commit comments

Comments
 (0)