We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d4250e commit 894a838Copy full SHA for 894a838
cmd/kubeadm/app/cmd/phases/join/controlplanejoin.go
@@ -112,7 +112,7 @@ func runEtcdPhase(c workflow.RunData) error {
112
if err != nil {
113
return err
114
}
115
- // in case of local etcd
+ // in case of external etcd
116
if cfg.Etcd.External != nil {
117
fmt.Println("[control-plane-join] Using external etcd - no local stacked instance added")
118
return nil
0 commit comments