Merge pull request #114443 from SataQiu/fix-kubeadm-20221213

kubeadm: add missing --cri-socket flag for upload-certs phase
This commit is contained in:
Kubernetes Prow Robot
2022-12-13 02:05:35 -08:00
committed by GitHub

View File

@@ -36,6 +36,7 @@ func NewUploadCertsPhase() workflow.Phase {
Run: runUploadCerts,
InheritFlags: []string{
options.CfgPath,
options.NodeCRISocket,
options.KubeconfigPath,
options.UploadCerts,
options.CertificateKey,