mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 23:15:14 +00:00
Merge pull request #124920 from kimsehwan96/update-an-incorrect-comment-in-kubeadm-controlplane-join-phase
Update an incorrect comment in kubeadm controlplane join phase
This commit is contained in:
commit
a31030543c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user