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:
Kubernetes Prow Robot 2024-05-17 06:03:51 -07:00 committed by GitHub
commit a31030543c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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