mirror of https://github.com/k3s-io/k3s
Merge pull request #79605 from SataQiu/automated-cherry-pick-of-#79498-up-release-1.15
Automated cherry pick of #79498: kubeadm: fix bug for --cri-socket flag processing logick3s-v1.15.3
commit
8d506eacb6
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue