Skip to content

Commit 3ebdb13

Browse files
authored
Merge pull request kubernetes#127151 from saschagrunert/socat-ebtables
Remove `socat` and `ebtables` from kubeadm preflight checks
2 parents 52d4972 + 5f9a6d3 commit 3ebdb13

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)