Skip to content

Commit 2fbe432

Browse files
authored
Merge pull request kubernetes#85857 from hnanni/patch-1
Update checks.go
2 parents af1baaa + 8220657 commit 2fbe432

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/kubeadm/app/preflight/checks.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,6 +1017,7 @@ func addCommonChecks(execer utilsexec.Interface, k8sVersion string, nodeReg *kub
10171017
FileContentCheck{Path: bridgenf, Content: []byte{'1'}},
10181018
FileContentCheck{Path: ipv4Forward, Content: []byte{'1'}},
10191019
SwapCheck{},
1020+
InPathCheck{executable: "conntrack", mandatory: true, exec: execer},
10201021
InPathCheck{executable: "ip", mandatory: true, exec: execer},
10211022
InPathCheck{executable: "iptables", mandatory: true, exec: execer},
10221023
InPathCheck{executable: "mount", mandatory: true, exec: execer},

0 commit comments

Comments
 (0)