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.
touch
1 parent a4b8a3b commit 4396511Copy full SHA for 4396511
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