We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5f5d9a + 873accd commit c6a6c65Copy full SHA for c6a6c65
cmd/kubeadm/app/cmd/reset.go
@@ -67,7 +67,7 @@ func NewCmdReset(in io.Reader, out io.Writer) *cobra.Command {
67
kubeadmutil.CheckErr(err)
68
}
69
70
- if criSocketPath != "" {
+ if criSocketPath == "" {
71
criSocketPath, err = resetDetectCRISocket(client)
72
73
klog.V(1).Infof("[reset] detected and using CRI socket: %s", criSocketPath)
0 commit comments