mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-20 18:00:57 +00:00
kubeadm init phase upload-certs: add flag --kubeconfig
This commit is contained in:
@@ -37,6 +37,7 @@ func NewUploadCertsPhase() workflow.Phase {
|
||||
Run: runUploadCerts,
|
||||
InheritFlags: []string{
|
||||
options.CfgPath,
|
||||
options.KubeconfigPath,
|
||||
options.UploadCerts,
|
||||
options.CertificateKey,
|
||||
options.SkipCertificateKeyPrint,
|
||||
|
||||
Reference in New Issue
Block a user