Merge pull request #94765 from zhanw15/patch-1

kubeadm init phase upload-certs: add flag --kubeconfig
This commit is contained in:
Kubernetes Prow Robot 2020-09-16 19:20:44 -07:00 committed by GitHub
commit 218a2b078b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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