Skip to content

Commit ae03350

Browse files
authored
kubeadm init phase upload-certs: add flag --kubeconfig
1 parent 66334f0 commit ae03350

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)