mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
kubeadm init phase upload-certs: add flag --kubeconfig
This commit is contained in:
parent
66334f02e8
commit
ae03350e30
@ -37,6 +37,7 @@ func NewUploadCertsPhase() workflow.Phase {
|
|||||||
Run: runUploadCerts,
|
Run: runUploadCerts,
|
||||||
InheritFlags: []string{
|
InheritFlags: []string{
|
||||||
options.CfgPath,
|
options.CfgPath,
|
||||||
|
options.KubeconfigPath,
|
||||||
options.UploadCerts,
|
options.UploadCerts,
|
||||||
options.CertificateKey,
|
options.CertificateKey,
|
||||||
options.SkipCertificateKeyPrint,
|
options.SkipCertificateKeyPrint,
|
||||||
|
Loading…
Reference in New Issue
Block a user