We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66334f0 commit ae03350Copy full SHA for ae03350
cmd/kubeadm/app/cmd/phases/init/uploadcerts.go
@@ -37,6 +37,7 @@ func NewUploadCertsPhase() workflow.Phase {
37
Run: runUploadCerts,
38
InheritFlags: []string{
39
options.CfgPath,
40
+ options.KubeconfigPath,
41
options.UploadCerts,
42
options.CertificateKey,
43
options.SkipCertificateKeyPrint,
0 commit comments