From 3a2d7362ee9ac73b230819fce72d86a76a68941d Mon Sep 17 00:00:00 2001 From: Jonathan Knight Date: Thu, 6 Feb 2025 10:02:33 +0300 Subject: [PATCH 1/2] Update install docs to remove conntrack references --- docs/installation/08_networking.adoc | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/docs/installation/08_networking.adoc b/docs/installation/08_networking.adoc index 84feef09f..45a9641a3 100644 --- a/docs/installation/08_networking.adoc +++ b/docs/installation/08_networking.adoc @@ -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 From ef41ce32c821bf2033cbd638c91f1e3a90c2c170 Mon Sep 17 00:00:00 2001 From: Jonathan Knight Date: Thu, 6 Feb 2025 14:00:02 +0300 Subject: [PATCH 2/2] Bump kustomize version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5fd0d1a00..8d3e90bdc 100644 --- a/Makefile +++ b/Makefile @@ -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