Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CurrentNodeName (0.1 sec)

  1. pkg/kubelet/cloudresource/cloud_request_manager.go

    func (m *cloudResourceSyncManager) getNodeAddresses() ([]v1.NodeAddress, error) {
    	// TODO(roberthbailey): Can we do this without having credentials to talk to
    	// the cloud provider?
    	// TODO(justinsb): We can if CurrentNodeName() was actually CurrentNode() and
    	// returned an interface.
    	// TODO: If IP addresses couldn't be fetched from the cloud provider, should
    	// kubelet fallback on the other methods for getting the IP below?
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 05 18:29:23 UTC 2021
    - 4.5K bytes
    - Viewed (0)
Back to top