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 9d82148 + 4396511 commit 646e7f0Copy full SHA for 646e7f0
cmd/kubeadm/app/preflight/checks_linux.go
@@ -84,7 +84,6 @@ func addExecChecks(checks []Checker, execer utilsexec.Interface, k8sVersion stri
84
85
checks = append(checks,
86
InPathCheck{executable: "mount", mandatory: true, exec: execer},
87
- InPathCheck{executable: "nsenter", mandatory: true, exec: execer},
88
- InPathCheck{executable: "touch", mandatory: false, exec: execer})
+ InPathCheck{executable: "nsenter", mandatory: true, exec: execer})
89
return checks
90
}
0 commit comments