fmt.Printf("[kubelet] Creating a ConfigMap %q in namespace %s with the configuration for the kubelets in the cluster\n",configMapName,metav1.NamespaceSystem)
fmt.Printf("[kubelet] Creating a ConfigMap %q in namespace %s with the configuration for the kubelets in the cluster\n",configMapName,metav1.NamespaceSystem)
fmt.Printf("[uploadconfig] storing the configuration used in ConfigMap %q in the %q Namespace\n",kubeadmconstants.MasterConfigurationConfigMap,metav1.NamespaceSystem)
fmt.Printf("[uploadconfig] storing the configuration used in ConfigMap %q in the %q Namespace\n",kubeadmconstants.MasterConfigurationConfigMap,metav1.NamespaceSystem)
// Convert cfg to the external version as that's the only version of the API that can be deserialized later
// We don't want to mutate the cfg itself, so create a copy of it using .DeepCopy of it first