Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for waitForTLSBootstrappedClient (0.42 sec)

  1. cmd/kubeadm/app/cmd/phases/join/kubelet.go

    		return errors.Wrap(err, "error uploading crisocket")
    	}
    
    	return nil
    }
    
    // waitForTLSBootstrappedClient waits for the /etc/kubernetes/kubelet.conf file to be available
    func waitForTLSBootstrappedClient(timeout time.Duration) error {
    	fmt.Println("[kubelet-start] Waiting for the kubelet to perform the TLS Bootstrap")
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 07:10:31 UTC 2024
    - 10.3K bytes
    - Viewed (0)
Back to top