Skip to content

Commit

Permalink
Update install docs to remove conntrack references (#689)
Browse files Browse the repository at this point in the history
  • Loading branch information
thegridman authored Feb 7, 2025
1 parent 2d15140 commit 17056de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2033,7 +2033,7 @@ $(TOOLS_BIN)/controller-gen:
# find or download kustomize
# ----------------------------------------------------------------------------------------------------------------------
KUSTOMIZE_INSTALL_SCRIPT ?= "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh"
KUSTOMIZE_VERSION ?= v5.4.2
KUSTOMIZE_VERSION ?= v5.6.0

.PHONY: kustomize
KUSTOMIZE = $(TOOLS_BIN)/kustomize
Expand Down
22 changes: 0 additions & 22 deletions docs/installation/08_networking.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,6 @@
== O/S Networking Configuration
=== Operating System Library Requirements
In order for Coherence clusters to form correctly, the `conntrack` library
must be installed. Most Kubernetes distributions will do this for you.
If you have issues with clusters not forming, then you should check that
`conntrack` is installed using this command (or equivalent):
[source,bash]
----
rpm -qa | grep conntrack
----
You should see output similar to that shown below. If you do not, then you
should install `conntrack` using your operating system tools.
[source,bash]
----
libnetfilter_conntrack-1.0.6-1.el7_3.x86_64
conntrack-tools-1.4.4-4.el7.x86_64
----
=== Firewall (iptables) Requirements
Some Kubernetes distributions create `iptables` rules that block some
Expand Down

0 comments on commit 17056de

Please sign in to comment.