Skip to content

Commit 17056de

Browse files
authored
Update install docs to remove conntrack references (#689)
1 parent 2d15140 commit 17056de

File tree

2 files changed

+1
-23
lines changed

2 files changed

+1
-23
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2033,7 +2033,7 @@ $(TOOLS_BIN)/controller-gen:
20332033
# find or download kustomize
20342034
# ----------------------------------------------------------------------------------------------------------------------
20352035
KUSTOMIZE_INSTALL_SCRIPT ?= "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh"
2036-
KUSTOMIZE_VERSION ?= v5.4.2
2036+
KUSTOMIZE_VERSION ?= v5.6.0
20372037

20382038
.PHONY: kustomize
20392039
KUSTOMIZE = $(TOOLS_BIN)/kustomize

docs/installation/08_networking.adoc

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,6 @@
1010
1111
== O/S Networking Configuration
1212
13-
=== Operating System Library Requirements
14-
15-
In order for Coherence clusters to form correctly, the `conntrack` library
16-
must be installed. Most Kubernetes distributions will do this for you.
17-
If you have issues with clusters not forming, then you should check that
18-
`conntrack` is installed using this command (or equivalent):
19-
20-
[source,bash]
21-
----
22-
rpm -qa | grep conntrack
23-
----
24-
25-
You should see output similar to that shown below. If you do not, then you
26-
should install `conntrack` using your operating system tools.
27-
28-
[source,bash]
29-
----
30-
libnetfilter_conntrack-1.0.6-1.el7_3.x86_64
31-
conntrack-tools-1.4.4-4.el7.x86_64
32-
----
33-
34-
3513
=== Firewall (iptables) Requirements
3614
3715
Some Kubernetes distributions create `iptables` rules that block some

0 commit comments

Comments
 (0)