Skip to content

Commit

Permalink
Merge pull request #4063 from btat/rhel8-install
Browse files Browse the repository at this point in the history
Update RHEL 8 installation steps
  • Loading branch information
btat authored May 4, 2022
2 parents d2ac60a + a2f8cbf commit 877427c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/rke/latest/en/os/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,12 @@ If using Red Hat Enterprise Linux, Oracle Linux or CentOS, you cannot use the `r
systemctl disable nm-cloud-setup.service nm-cloud-setup.timer
reboot
```
>
> 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:
> ```
firewall-cmd --zone=public --add-masquerade --permanent
firewall-cmd --reload
```
#### Using upstream Docker
If you are using upstream Docker, the package name is `docker-ce` or `docker-ee`. You can check the installed package by executing:
Expand Down

0 comments on commit 877427c

Please sign in to comment.