Skip to content

Commit d2b389f

Browse files
authored
Merge pull request #47688 from aroradaman/remove-conntrack-references
Remove conntrack references
2 parents 5c2f6a8 + 21be73c commit d2b389f

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
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

content/en/docs/tasks/debug/debug-application/debug-service.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -539,13 +539,6 @@ I1027 22:14:54.040223 5063 proxier.go:294] Adding new service "kube-system/ku
539539
If you see error messages about not being able to contact the master, you
540540
should double-check your Node configuration and installation steps.
541541

542-
One of the possible reasons that `kube-proxy` cannot run correctly is that the
543-
required `conntrack` binary cannot be found. This may happen on some Linux
544-
systems, depending on how you are installing the cluster, for example, you are
545-
installing Kubernetes from scratch. If this is the case, you need to manually
546-
install the `conntrack` package (e.g. `sudo apt install conntrack` on Ubuntu)
547-
and then retry.
548-
549542
Kube-proxy can run in one of a few modes. In the log listed above, the
550543
line `Using iptables Proxier` indicates that kube-proxy is running in
551544
"iptables" mode. The most common other mode is "ipvs".

0 commit comments

Comments
 (0)