Skip to content

Commit 877427c

Browse files
authored
Merge pull request #4063 from btat/rhel8-install
Update RHEL 8 installation steps
2 parents d2ac60a + a2f8cbf commit 877427c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/rke/latest/en/os/_index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,12 @@ If using Red Hat Enterprise Linux, Oracle Linux or CentOS, you cannot use the `r
154154
systemctl disable nm-cloud-setup.service nm-cloud-setup.timer
155155
reboot
156156
```
157+
>
158+
> In addition, the default firewall settings of RHEL 8.4 prevent RKE1 pods from reaching out to Rancher to connect to the cluster agent. To allow Docker containers to reach out to the internet and connect to Rancher, make the following updates to the firewall settings:
159+
> ```
160+
firewall-cmd --zone=public --add-masquerade --permanent
161+
firewall-cmd --reload
162+
```
157163
158164
#### Using upstream Docker
159165
If you are using upstream Docker, the package name is `docker-ce` or `docker-ee`. You can check the installed package by executing:

0 commit comments

Comments
 (0)