Skip to content

Commit

Permalink
Update checks.go
Browse files Browse the repository at this point in the history
  • Loading branch information
hnanni committed Dec 3, 2019
1 parent 4629da2 commit 8220657
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/kubeadm/app/preflight/checks.go
Expand Up @@ -1009,6 +1009,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 8220657

Please sign in to comment.