Skip to content

Commit 31b04c1

Browse files
authored
kubeadm checks if conntrack is in path
`kubeadm` errors out during preflight checks if `conntrack` executable is not in path. kubernetes/kubernetes#85857
1 parent 16e460f commit 31b04c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/reference/setup-tools/kubeadm/implementation-details.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ The user can skip specific preflight checks or all of them with the `--ignore-pr
101101
- [Error] if `/proc/sys/net/bridge/bridge-nf-call-iptables` file does not exist/does not contain 1
102102
- [Error] if advertise address is ipv6 and `/proc/sys/net/bridge/bridge-nf-call-ip6tables` does not exist/does not contain 1.
103103
- [Error] if swap is on
104-
- [Error] if `ip`, `iptables`, `mount`, `nsenter` commands are not present in the command path
104+
- [Error] if `conntrack`, `ip`, `iptables`, `mount`, `nsenter` commands are not present in the command path
105105
- [warning] if `ebtables`, `ethtool`, `socat`, `tc`, `touch`, `crictl` commands are not present in the command path
106106
- [warning] if extra arg flags for API server, controller manager, scheduler contains some invalid options
107107
- [warning] if connection to https://API.AdvertiseAddress:API.BindPort goes through proxy

0 commit comments

Comments
 (0)