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.
2 parents 5ceb99d + 894a838 commit a310305Copy full SHA for a310305
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