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:
2033
2033
# find or download kustomize
2034
2034
# ----------------------------------------------------------------------------------------------------------------------
2035
2035
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
2037
2037
2038
2038
.PHONY : kustomize
2039
2039
KUSTOMIZE = $(TOOLS_BIN ) /kustomize
Original file line number Diff line number Diff line change 10
10
11
11
== O/S Networking Configuration
12
12
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
-
35
13
=== Firewall (iptables) Requirements
36
14
37
15
Some Kubernetes distributions create `iptables` rules that block some
You can’t perform that action at this time.
0 commit comments