mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-30 21:30:16 +00:00 
			
		
		
		
	Fix typo fialed->failed
This commit is contained in:
		| @@ -63,7 +63,7 @@ func PerformTLSBootstrap(s *kubeadmapi.KubeadmConfig, apiEndpoint string, caCert | |||||||
| 	// (for example user may be bringing up machines in parallel and for some reasons master is slow to boot) | 	// (for example user may be bringing up machines in parallel and for some reasons master is slow to boot) | ||||||
|  |  | ||||||
| 	if err := checkCertsAPI(bootstrapClientConfig); err != nil { | 	if err := checkCertsAPI(bootstrapClientConfig); err != nil { | ||||||
| 		return nil, fmt.Errorf("<node/csr> fialed to proceed due to API compatibility issue - %v", err) | 		return nil, fmt.Errorf("<node/csr> failed to proceed due to API compatibility issue - %v", err) | ||||||
| 	} | 	} | ||||||
|  |  | ||||||
| 	fmt.Println("<node/csr> created API client to obtain unique certificate for this node, generating keys and certificate signing request") | 	fmt.Println("<node/csr> created API client to obtain unique certificate for this node, generating keys and certificate signing request") | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user