Update an incorrect comment in kubeadm controlplane join phase

This commit is contained in:
kimsehwan96 2024-05-17 12:09:42 +09:00
parent 6d4250ed41
commit 894a838a1a

View File

@ -112,7 +112,7 @@ func runEtcdPhase(c workflow.RunData) error {
if err != nil {
return err
}
// in case of local etcd
// in case of external etcd
if cfg.Etcd.External != nil {
fmt.Println("[control-plane-join] Using external etcd - no local stacked instance added")
return nil