Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for updateNodeStatus (0.19 sec)

  1. pkg/kubelet/kubelet_node_status.go

    		kl.registerWithAPIServer()
    	}
    	if err := kl.updateNodeStatus(ctx); err != nil {
    		klog.ErrorS(err, "Unable to update node status")
    	}
    }
    
    // updateNodeStatus updates node status to master with retries if there is any
    // change or enough time passed from the last sync.
    func (kl *Kubelet) updateNodeStatus(ctx context.Context) error {
    	klog.V(5).InfoS("Updating node status")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 31.1K bytes
    - Viewed (0)
Back to top