fmt.Printf("[download-certs] downloading the certificates in Secret %q in the %q Namespace\n",kubeadmconstants.KubeadmCertsSecret,metav1.NamespaceSystem)
returnnil,errors.Errorf("Secret %q was not found in the %q Namespace. This Secret might have expired. Please, run `kubeadm init phase upload-certs` on a control plane to generate a new one",kubeadmconstants.KubeadmCertsSecret,metav1.NamespaceSystem)