mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 19:01:49 +00:00
Merge pull request #114443 from SataQiu/fix-kubeadm-20221213
kubeadm: add missing --cri-socket flag for upload-certs phase
This commit is contained in:
commit
f77dc4e6be
@ -36,6 +36,7 @@ func NewUploadCertsPhase() workflow.Phase {
|
||||
Run: runUploadCerts,
|
||||
InheritFlags: []string{
|
||||
options.CfgPath,
|
||||
options.NodeCRISocket,
|
||||
options.KubeconfigPath,
|
||||
options.UploadCerts,
|
||||
options.CertificateKey,
|
||||
|
Loading…
Reference in New Issue
Block a user