You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// FetchInitConfigurationFromCluster fetches configuration from a ConfigMap in the cluster
64
64
funcFetchInitConfigurationFromCluster(client clientset.Interface, w io.Writer, logPrefixstring, newControlPlane, skipComponentConfigsbool) (*kubeadmapi.InitConfiguration, error) {
65
65
fmt.Fprintf(w, "[%s] Reading configuration from the cluster...\n", logPrefix)
66
-
fmt.Fprintf(w, "[%s] FYI: You can look at this config file with 'kubectl -n %s get cm %s -oyaml'\n", logPrefix, metav1.NamespaceSystem, constants.KubeadmConfigConfigMap)
66
+
fmt.Fprintf(w, "[%s] FYI: You can look at this config file with 'kubectl -n %s get cm %s -o yaml'\n", logPrefix, metav1.NamespaceSystem, constants.KubeadmConfigConfigMap)
0 commit comments