klog.V(1).Infof("[etcd] wrote Static Pod manifest for a local etcd instance to %q\n",kubeadmconstants.GetStaticPodFilepath(kubeadmconstants.Etcd,manifestDir))
klog.V(1).Infof("[etcd] wrote Static Pod manifest for a local etcd member to %q\n",kubeadmconstants.GetStaticPodFilepath(kubeadmconstants.Etcd,manifestDir))
returnnil
returnnil
}
}
// CheckLocalEtcdClusterStatus verifies health state of local/stacked etcd cluster before installing a new etcd member
// CheckLocalEtcdClusterStatus verifies health state of local/stacked etcd cluster before installing a new etcd member
fmt.Printf("[etcd] Wrote Static Pod manifest for a local etcd instance to %q\n",kubeadmconstants.GetStaticPodFilepath(kubeadmconstants.Etcd,manifestDir))
fmt.Printf("[etcd] Wrote Static Pod manifest for a local etcd member to %q\n",kubeadmconstants.GetStaticPodFilepath(kubeadmconstants.Etcd,manifestDir))
fmt.Printf("[etcd] Waiting for the new etcd member to join the cluster. This can take up to %v\n",etcdHealthyCheckInterval*etcdHealthyCheckRetries)