Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update install docs to remove conntrack references #689

Merged
merged 2 commits into from
Feb 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading