Skip to content

Commit a2b6b7b

Browse files
DOC-4133 implemented PR feedback
1 parent edc23c1 commit a2b6b7b

File tree

1 file changed

+9
-25
lines changed
  • content/integrate/redis-data-integration/ingest/installation

1 file changed

+9
-25
lines changed

content/integrate/redis-data-integration/ingest/installation/_index.md

Lines changed: 9 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ You must run the RDI installer as a privileged user because it installs
3434
[containerd](https://containerd.io/) and registers services. However, you don't
3535
need any special privileges to run RDI processes for normal operation.
3636

37-
The [K3s](https://k3s.io/) Kubernetes distribution used internally by RDI has a few
37+
RDI has a few
3838
requirements for cloud VMs that you must implement before running the
3939
RDI installer, or else installation will fail. The following sections
40-
give full pre-installation instructions for [RHEL](#k3s-rhel) and
41-
[Ubuntu](#k3s-ubuntu).
40+
give full pre-installation instructions for [RHEL](#firewall-rhel) and
41+
[Ubuntu](#firewall-ubuntu).
4242

43-
### RHEL {#k3s-rhel}
43+
### RHEL {#firewall-rhel}
4444

45-
K3s recommends that you turn off
45+
It is recommended that you turn off
4646
[`firewalld`](https://firewalld.org/documentation/)
4747
before installation using the command:
4848

@@ -70,10 +70,7 @@ firewall-cmd --permanent --add-port=9092/tcp # prometheus-service
7070
firewall-cmd --permanent --add-port=9121/tcp # rdi-metric-exporter
7171
```
7272

73-
You may also need to open other ports if your setup requires them. See the K3s
74-
[Inbound rules](https://docs.k3s.io/installation/requirements?_highlight=red&_highlight=hat&os=rhel#inbound-rules-for-k3s-nodes)
75-
docs for more information. If you change the default CIDR for pods or services,
76-
you must update the firewall rules accordingly.
73+
You may also need to add similar rules to open other ports if your setup requires them.
7774

7875
If you have `nm-cloud-setup.service` enabled, you must disable it and reboot the
7976
node with the following commands:
@@ -83,14 +80,9 @@ systemctl disable nm-cloud-setup.service nm-cloud-setup.timer
8380
reboot
8481
```
8582

86-
See
87-
[Rancher support and maintenance terms](https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/rancher-v2-8-6/)
88-
for more information about the OS versions that have been tested with
89-
Rancher-managed K3s clusters.
83+
### Ubuntu {#firewall-ubuntu}
9084

91-
### Ubuntu {#k3s-ubuntu}
92-
93-
K3s recommends that you turn off
85+
It is recommended that you turn off
9486
[Uncomplicated Firewall](https://wiki.ubuntu.com/UncomplicatedFirewall) (`ufw`)
9587
before installation with the command:
9688

@@ -117,15 +109,7 @@ ufw allow 9092/tcp # prometheus-service
117109
ufw allow 9121/tcp # rdi-metric-exporter
118110
```
119111

120-
You may also need to open other ports if your setup requires them. See the K3s
121-
[Inbound rules](https://docs.k3s.io/installation/requirements?_highlight=red&_highlight=hat&os=debian#inbound-rules-for-k3s-nodes)
122-
docs for more information. If you change the default CIDR for pods or services,
123-
you must update the firewall rules accordingly.
124-
125-
See
126-
[Rancher support and maintenance terms](https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/rancher-v2-8-6/)
127-
for more information about the OS versions that have been tested with
128-
Rancher-managed K3s clusters.
112+
You may also need to add similar rules to open other ports if your setup requires them.
129113

130114
## Hardware sizing
131115

0 commit comments

Comments
 (0)