Merge pull request #85857 from hnanni/patch-1

Update checks.go
This commit is contained in:
Kubernetes Prow Robot 2019-12-08 09:41:08 -08:00 committed by GitHub
commit 2fbe432d23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1017,6 +1017,7 @@ func addCommonChecks(execer utilsexec.Interface, k8sVersion string, nodeReg *kub
FileContentCheck{Path: bridgenf, Content: []byte{'1'}},
FileContentCheck{Path: ipv4Forward, Content: []byte{'1'}},
SwapCheck{},
InPathCheck{executable: "conntrack", mandatory: true, exec: execer},
InPathCheck{executable: "ip", mandatory: true, exec: execer},
InPathCheck{executable: "iptables", mandatory: true, exec: execer},
InPathCheck{executable: "mount", mandatory: true, exec: execer},