mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +00:00
Merge pull request #129317 from carlory/kubeadm-touch
kubeadm: remove preflight check for `touch` on Linux nodes.
This commit is contained in:
commit
646e7f04d9
@ -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