Skip to content

Commit 21be73c

Browse files
committed
remove conntrack ref from setup-tools/kubeadm/implementation-details
Signed-off-by: Daman Arora <[email protected]>
1 parent bc94bad commit 21be73c

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
@@ -109,7 +109,7 @@ The user can skip specific preflight checks or all of them with the `--ignore-pr
109109
- [Error] if API server bindPort or ports 10250/10251/10252 are used
110110
- [Error] if `/etc/kubernetes/manifest` folder already exists and it is not empty
111111
- [Error] if swap is on
112-
- [Error] if `conntrack`, `ip`, `iptables`, `mount`, `nsenter` commands are not present in the command path
112+
- [Error] if `ip`, `iptables`, `mount`, `nsenter` commands are not present in the command path
113113
- [Warning] if `ebtables`, `ethtool`, `socat`, `tc`, `touch`, `crictl` commands are not present in the command path
114114
- [Warning] if extra arg flags for API server, controller manager, scheduler contains some invalid options
115115
- [Warning] if connection to https://API.AdvertiseAddress:API.BindPort goes through proxy

0 commit comments

Comments
 (0)