Skip to content

Commit 5f9a6d3

Browse files
committed
Remove socat and ebtables from kubeadm preflight checks
Follow-up on kubernetes/release#3722 Signed-off-by: Sascha Grunert <[email protected]>
1 parent 3b86da0 commit 5f9a6d3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmd/kubeadm/app/preflight/checks_linux.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,7 @@ func addExecChecks(checks []Checker, execer utilsexec.Interface) []Checker {
7979
InPathCheck{executable: "iptables", mandatory: true, exec: execer},
8080
InPathCheck{executable: "mount", mandatory: true, exec: execer},
8181
InPathCheck{executable: "nsenter", mandatory: true, exec: execer},
82-
InPathCheck{executable: "ebtables", mandatory: false, exec: execer},
8382
InPathCheck{executable: "ethtool", mandatory: false, exec: execer},
84-
InPathCheck{executable: "socat", mandatory: false, exec: execer},
8583
InPathCheck{executable: "tc", mandatory: false, exec: execer},
8684
InPathCheck{executable: "touch", mandatory: false, exec: execer})
8785
return checks

0 commit comments

Comments
 (0)