mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +00:00
Update an incorrect comment in kubeadm controlplane join phase
This commit is contained in:
parent
6d4250ed41
commit
894a838a1a
@ -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