kubeadm init phase upload-certs: add flag --kubeconfig

This commit is contained in:
zhanwang
2020-09-14 17:48:20 +08:00
committed by GitHub
parent 66334f02e8
commit ae03350e30

View File

@@ -37,6 +37,7 @@ func NewUploadCertsPhase() workflow.Phase {
Run: runUploadCerts,
InheritFlags: []string{
options.CfgPath,
options.KubeconfigPath,
options.UploadCerts,
options.CertificateKey,
options.SkipCertificateKeyPrint,