Merge pull request #35027 from nckturner/update-provided-node-ip
Update alpha.kubernetes.io/provided-node-ip
This commit is contained in:
commit
60f69d7259
|
|
@ -420,7 +420,7 @@ Used on: Node
|
|||
|
||||
The kubelet can set this annotation on a Node to denote its configured IPv4 address.
|
||||
|
||||
When kubelet is started with the "external" cloud provider, it sets this annotation on the Node to denote an IP address set from the command line flag (`--node-ip`). This IP is verified with the cloud provider as valid by the cloud-controller-manager.
|
||||
When kubelet is started with the `--cloud-provider` flag set to any value (includes both external and legacy in-tree cloud providers), it sets this annotation on the Node to denote an IP address set from the command line flag (`--node-ip`). This IP is verified with the cloud provider as valid by the cloud-controller-manager.
|
||||
|
||||
### batch.kubernetes.io/job-completion-index
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue