File tree Expand file tree Collapse file tree 2 files changed +1
-23
lines changed Expand file tree Collapse file tree 2 files changed +1
-23
lines changed Original file line number Diff line number Diff line change @@ -2033,7 +2033,7 @@ $(TOOLS_BIN)/controller-gen:
20332033# find or download kustomize
20342034# ----------------------------------------------------------------------------------------------------------------------
20352035KUSTOMIZE_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
20392039KUSTOMIZE = $(TOOLS_BIN ) /kustomize
Original file line number Diff line number Diff line change 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
3715Some Kubernetes distributions create `iptables` rules that block some
You can’t perform that action at this time.
0 commit comments