Skip to content

Commit

Permalink
Merge pull request #85857 from hnanni/patch-1
Browse files Browse the repository at this point in the history
Update checks.go
  • Loading branch information
k8s-ci-robot committed Dec 8, 2019
2 parents af1baaa + 8220657 commit 2fbe432
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/kubeadm/app/preflight/checks.go
Expand Up @@ -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},
Expand Down

0 comments on commit 2fbe432

Please sign in to comment.