Skip to content

Commit 894a838

Browse files
committed
Update an incorrect comment in kubeadm controlplane join phase
1 parent 6d4250e commit 894a838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/kubeadm/app/cmd/phases/join/controlplanejoin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ func runEtcdPhase(c workflow.RunData) error {
112112
if err != nil {
113113
return err
114114
}
115-
// in case of local etcd
115+
// in case of external etcd
116116
if cfg.Etcd.External != nil {
117117
fmt.Println("[control-plane-join] Using external etcd - no local stacked instance added")
118118
return nil

0 commit comments

Comments
 (0)