mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-27 12:31:23 +00:00
kubeadm: removed preflight check for touch
on Linux nodes.
Signed-off-by: carlory <baofa.fan@daocloud.io>
This commit is contained in:
parent
a4b8a3b2e3
commit
4396511e43
@ -84,7 +84,6 @@ func addExecChecks(checks []Checker, execer utilsexec.Interface, k8sVersion stri
|
||||
|
||||
checks = append(checks,
|
||||
InPathCheck{executable: "mount", mandatory: true, exec: execer},
|
||||
InPathCheck{executable: "nsenter", mandatory: true, exec: execer},
|
||||
InPathCheck{executable: "touch", mandatory: false, exec: execer})
|
||||
InPathCheck{executable: "nsenter", mandatory: true, exec: execer})
|
||||
return checks
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user