Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added known issue section for rpm install of RKE2 on RHEL OSs with fapolicyd daemon running. Customers using hardened RHEL are running into this issue while using this code base.
  • Loading branch information
jthapliya authored Oct 30, 2023
1 parent 0cb0af3 commit 88db391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ On rare occasions you may have to run the uninstall commands a second time.

Known Issues
------------------
- For RHEL8+ Operating Systems that have fapolicyd daemon running, rpm installation of RKE2 will fail due to a permission error while starting containerd. Users have to add the following rules file before installing RKE2. This is not an issue if the install.sh script is used to install RKE2. The RPM issue is expected to be fixed later versions of RKE2.
- For RHEL8+ Operating Systems that have fapolicyd daemon running, rpm installation of RKE2 will fail due to a permission error while starting containerd. Users have to add the following rules file before installing RKE2. This is not an issue if the install.sh script is used to install RKE2. The RPM issue is expected to be fixed in later versions of RKE2.
```bash
cat <<-EOF >>"/etc/fapolicyd/rules.d/80-rke2.rules"
allow perm=any all : dir=/var/lib/rancher/
Expand Down

0 comments on commit 88db391

Please sign in to comment.