Skip to content

Commit a310305

Browse files
authored
Merge pull request kubernetes#124920 from kimsehwan96/update-an-incorrect-comment-in-kubeadm-controlplane-join-phase
Update an incorrect comment in kubeadm controlplane join phase
2 parents 5ceb99d + 894a838 commit a310305

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)