Merge pull request #33123 from kokhang/node-ip-cloud-provider
Automatic merge from submit-queue
Node-ip is not used when cloud provider is used
Currently --node-ip in kubelet is not being used when kubelet is configured with a cloud provider. With this fix, kubelet will get a list of IPs from the provider and parse it to return the one that matches node-ip.
This fixes #23568
Showing
Please
register
or
sign in
to comment