returnfmt.Errorf("<cmd/init> cloud provider %q is not supported, you can use any of %v, or leave it unset",s.InitFlags.CloudProvider,kubeadmapi.ListOfCloudProviders)
fmt.Printf("<cmd/init> cloud provider %q initialized for the control plane. Remember to set the same cloud provider flag on the kubelet.\n",s.InitFlags.CloudProvider)
}else{
returnfmt.Errorf("<cmd/init> cloud provider %q is not supported, you can use any of %v, or leave it unset.\n",s.InitFlags.CloudProvider,kubeadmapi.ListOfCloudProviders)