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
commit f77dc4e6be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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