Skip to content

Commit 8220657

Browse files
authored
Update checks.go
match kubernetes/release#653 add
1 parent 4629da2 commit 8220657

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
@@ -1009,6 +1009,7 @@ func addCommonChecks(execer utilsexec.Interface, k8sVersion string, nodeReg *kub
10091009
FileContentCheck{Path: bridgenf, Content: []byte{'1'}},
10101010
FileContentCheck{Path: ipv4Forward, Content: []byte{'1'}},
10111011
SwapCheck{},
1012+
InPathCheck{executable: "conntrack", mandatory: true, exec: execer},
10121013
InPathCheck{executable: "ip", mandatory: true, exec: execer},
10131014
InPathCheck{executable: "iptables", mandatory: true, exec: execer},
10141015
InPathCheck{executable: "mount", mandatory: true, exec: execer},

0 commit comments

Comments
 (0)