@@ -34,15 +34,15 @@ You must run the RDI installer as a privileged user because it installs
34
34
[ containerd] ( https://containerd.io/ ) and registers services. However, you don't
35
35
need any special privileges to run RDI processes for normal operation.
36
36
37
- The [ K3s ] ( https://k3s.io/ ) Kubernetes distribution used internally by RDI has a few
37
+ RDI has a few
38
38
requirements for cloud VMs that you must implement before running the
39
39
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 ) .
42
42
43
- ### RHEL {#k3s -rhel}
43
+ ### RHEL {#firewall -rhel}
44
44
45
- K3s recommends that you turn off
45
+ It is recommended that you turn off
46
46
[ ` firewalld ` ] ( https://firewalld.org/documentation/ )
47
47
before installation using the command:
48
48
@@ -70,10 +70,7 @@ firewall-cmd --permanent --add-port=9092/tcp # prometheus-service
70
70
firewall-cmd --permanent --add-port=9121/tcp # rdi-metric-exporter
71
71
```
72
72
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.
77
74
78
75
If you have ` nm-cloud-setup.service ` enabled, you must disable it and reboot the
79
76
node with the following commands:
@@ -83,14 +80,9 @@ systemctl disable nm-cloud-setup.service nm-cloud-setup.timer
83
80
reboot
84
81
```
85
82
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}
90
84
91
- ### Ubuntu {#k3s-ubuntu}
92
-
93
- K3s recommends that you turn off
85
+ It is recommended that you turn off
94
86
[ Uncomplicated Firewall] ( https://wiki.ubuntu.com/UncomplicatedFirewall ) (` ufw ` )
95
87
before installation with the command:
96
88
@@ -117,15 +109,7 @@ ufw allow 9092/tcp # prometheus-service
117
109
ufw allow 9121/tcp # rdi-metric-exporter
118
110
```
119
111
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.
129
113
130
114
## Hardware sizing
131
115
0 commit comments