From 31b04c1c4b1a286d1c4021fe22deb9ed30089622 Mon Sep 17 00:00:00 2001 From: Prasad Katti Date: Wed, 22 Apr 2020 17:15:03 -0700 Subject: [PATCH] kubeadm checks if `conntrack` is in path `kubeadm` errors out during preflight checks if `conntrack` executable is not in path. https://github.com/kubernetes/kubernetes/pull/85857 --- .../reference/setup-tools/kubeadm/implementation-details.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/reference/setup-tools/kubeadm/implementation-details.md b/content/en/docs/reference/setup-tools/kubeadm/implementation-details.md index d265e80f71..016f531011 100644 --- a/content/en/docs/reference/setup-tools/kubeadm/implementation-details.md +++ b/content/en/docs/reference/setup-tools/kubeadm/implementation-details.md @@ -101,7 +101,7 @@ The user can skip specific preflight checks or all of them with the `--ignore-pr - [Error] if `/proc/sys/net/bridge/bridge-nf-call-iptables` file does not exist/does not contain 1 - [Error] if advertise address is ipv6 and `/proc/sys/net/bridge/bridge-nf-call-ip6tables` does not exist/does not contain 1. - [Error] if swap is on -- [Error] if `ip`, `iptables`, `mount`, `nsenter` commands are not present in the command path +- [Error] if `conntrack`, `ip`, `iptables`, `mount`, `nsenter` commands are not present in the command path - [warning] if `ebtables`, `ethtool`, `socat`, `tc`, `touch`, `crictl` commands are not present in the command path - [warning] if extra arg flags for API server, controller manager, scheduler contains some invalid options - [warning] if connection to https://API.AdvertiseAddress:API.BindPort goes through proxy