Merge pull request #79498 from SataQiu/fix-kubeadm-20190628

kubeadm: fix bug for --cri-socket flag processing logic
This commit is contained in:
Kubernetes Prow Robot 2019-07-01 06:09:20 -07:00 committed by GitHub
commit 7db459a11b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -118,6 +118,9 @@ func newResetData(cmd *cobra.Command, options *resetOptions, in io.Reader, out i
return nil, err
}
klog.V(1).Infof("[reset] Detected and using CRI socket: %s", criSocketPath)
} else {
criSocketPath = options.criSocketPath
klog.V(1).Infof("[reset] Using specified CRI socket: %s", criSocketPath)
}
return &resetData{