Skip to content

Commit 218a2b0

Browse files
authored
Merge pull request kubernetes#94765 from zhanw15/patch-1
kubeadm init phase upload-certs: add flag --kubeconfig
2 parents aaccd5f + ae03350 commit 218a2b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/kubeadm/app/cmd/phases/init/uploadcerts.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ func NewUploadCertsPhase() workflow.Phase {
3737
Run: runUploadCerts,
3838
InheritFlags: []string{
3939
options.CfgPath,
40+
options.KubeconfigPath,
4041
options.UploadCerts,
4142
options.CertificateKey,
4243
options.SkipCertificateKeyPrint,

0 commit comments

Comments
 (0)