Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for writeKubeconfigFromBootstrapping (0.3 sec)

  1. pkg/kubelet/certificate/bootstrap/bootstrap.go

    		klog.V(2).InfoS("Failed cleaning up private key file", "path", privKeyPath, "err", err)
    	}
    
    	return writeKubeconfigFromBootstrapping(bootstrapClientConfig, kubeconfigPath, store.CurrentPath())
    }
    
    func writeKubeconfigFromBootstrapping(bootstrapClientConfig *restclient.Config, kubeconfigPath, pemPath string) error {
    	// Get the CA data from the bootstrap client config.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 27 08:04:25 UTC 2022
    - 14.2K bytes
    - Viewed (0)
Back to top