// Try to unmount mounted directories under kubeadmconstants.KubeletRunDirectory in order to be able to remove the kubeadmconstants.KubeletRunDirectory directory later
fmt.Printf("[reset] unmounting mounted directories in %q\n",kubeadmconstants.KubeletRunDirectory)
fmt.Printf("[reset] Unmounting mounted directories in %q\n",kubeadmconstants.KubeletRunDirectory)
fmt.Printf("[upload-config] storing the configuration used in ConfigMap %q in the %q Namespace\n",kubeadmconstants.KubeadmConfigConfigMap,metav1.NamespaceSystem)
fmt.Printf("[upload-config] Storing the configuration used in ConfigMap %q in the %q Namespace\n",kubeadmconstants.KubeadmConfigConfigMap,metav1.NamespaceSystem)
// Prepare the ClusterConfiguration for upload
// The components store their config in their own ConfigMaps, then reset the .ComponentConfig struct;