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 82cfcbf + d850fb6 commit e1b1d4aCopy full SHA for e1b1d4a
cmd/kubeadm/app/preflight/checks_linux.go
@@ -74,7 +74,6 @@ func addSwapCheck(checks []Checker) []Checker {
74
// addExecChecks adds checks that verify if certain binaries are in PATH
75
func addExecChecks(checks []Checker, execer utilsexec.Interface) []Checker {
76
checks = append(checks,
77
- InPathCheck{executable: "crictl", mandatory: false, exec: execer},
78
InPathCheck{executable: "conntrack", mandatory: true, exec: execer},
79
InPathCheck{executable: "ip", mandatory: true, exec: execer},
80
InPathCheck{executable: "iptables", mandatory: true, exec: execer},
0 commit comments