Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CreateServiceAccountKeyAndPublicKeyFiles (0.37 sec)

  1. cmd/kubeadm/app/cmd/phases/init/certs.go

    	if data.ExternalCA() {
    		fmt.Printf("[certs] Using existing sa keys\n")
    		return nil
    	}
    
    	// create the new service account key (or use existing)
    	return certsphase.CreateServiceAccountKeyAndPublicKeyFiles(data.CertificateWriteDir(), data.Cfg().ClusterConfiguration.EncryptionAlgorithmType())
    }
    
    func runCerts(c workflow.RunData) error {
    	data, ok := c.(InitData)
    	if !ok {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 08 06:35:45 UTC 2024
    - 9.8K bytes
    - Viewed (0)
Back to top