diff --git a/docs/reference-guides/rancher-security/selinux-rpm/about-rancher-selinux.md b/docs/reference-guides/rancher-security/selinux-rpm/about-rancher-selinux.md index 1d9d46c75d4..6fe45f7fb34 100644 --- a/docs/reference-guides/rancher-security/selinux-rpm/about-rancher-selinux.md +++ b/docs/reference-guides/rancher-security/selinux-rpm/about-rancher-selinux.md @@ -16,7 +16,7 @@ The `rancher-selinux` GitHub repository is [here.](https://github.com/rancher/ra :::note Requirement: -The rancher-selinux RPM was tested with CentOS 7 and 8. +The rancher-selinux RPM was tested with CentOS 7, 8 and 9. ::: @@ -49,6 +49,20 @@ gpgcheck=1 gpgkey=https://rpm.rancher.io/public.key EOF ``` + +In order to use the RPM repository, on a CentOS 9 or RHEL 9 system, run the following bash snippet: + +``` +# cat << EOF > /etc/yum.repos.d/rancher.repo +[rancher] +name=Rancher +baseurl=https://rpm.rancher.io/rancher/production/centos/9/noarch +enabled=1 +gpgcheck=1 +gpgkey=https://rpm.rancher.io/public.key +EOF +``` + ### 2. Installing the RPM Install the RPM: @@ -61,10 +75,10 @@ yum -y install rancher-selinux :::note Requirement: -Logging v2 was tested with SELinux on RHEL/CentOS 7 and 8. +Logging v2 was tested with SELinux on RHEL/CentOS 7, 8 and 9. ::: Applications do not automatically work once the `rancher-selinux` RPM is installed on the host. They need to be configured to run in an allowed SELinux container domain provided by the RPM. -To configure the `rancher-logging` chart to be SELinux aware, change `global.seLinux.enabled` to true in the `values.yaml` when installing the chart. \ No newline at end of file +To configure the `rancher-logging` chart to be SELinux aware, change `global.seLinux.enabled` to true in the `values.yaml` when installing the chart. diff --git a/versioned_docs/version-2.7/reference-guides/rancher-security/selinux-rpm/about-rancher-selinux.md b/versioned_docs/version-2.7/reference-guides/rancher-security/selinux-rpm/about-rancher-selinux.md index 1d9d46c75d4..6fe45f7fb34 100644 --- a/versioned_docs/version-2.7/reference-guides/rancher-security/selinux-rpm/about-rancher-selinux.md +++ b/versioned_docs/version-2.7/reference-guides/rancher-security/selinux-rpm/about-rancher-selinux.md @@ -16,7 +16,7 @@ The `rancher-selinux` GitHub repository is [here.](https://github.com/rancher/ra :::note Requirement: -The rancher-selinux RPM was tested with CentOS 7 and 8. +The rancher-selinux RPM was tested with CentOS 7, 8 and 9. ::: @@ -49,6 +49,20 @@ gpgcheck=1 gpgkey=https://rpm.rancher.io/public.key EOF ``` + +In order to use the RPM repository, on a CentOS 9 or RHEL 9 system, run the following bash snippet: + +``` +# cat << EOF > /etc/yum.repos.d/rancher.repo +[rancher] +name=Rancher +baseurl=https://rpm.rancher.io/rancher/production/centos/9/noarch +enabled=1 +gpgcheck=1 +gpgkey=https://rpm.rancher.io/public.key +EOF +``` + ### 2. Installing the RPM Install the RPM: @@ -61,10 +75,10 @@ yum -y install rancher-selinux :::note Requirement: -Logging v2 was tested with SELinux on RHEL/CentOS 7 and 8. +Logging v2 was tested with SELinux on RHEL/CentOS 7, 8 and 9. ::: Applications do not automatically work once the `rancher-selinux` RPM is installed on the host. They need to be configured to run in an allowed SELinux container domain provided by the RPM. -To configure the `rancher-logging` chart to be SELinux aware, change `global.seLinux.enabled` to true in the `values.yaml` when installing the chart. \ No newline at end of file +To configure the `rancher-logging` chart to be SELinux aware, change `global.seLinux.enabled` to true in the `values.yaml` when installing the chart. diff --git a/versioned_docs/version-2.8/reference-guides/rancher-security/selinux-rpm/about-rancher-selinux.md b/versioned_docs/version-2.8/reference-guides/rancher-security/selinux-rpm/about-rancher-selinux.md index 1d9d46c75d4..6fe45f7fb34 100644 --- a/versioned_docs/version-2.8/reference-guides/rancher-security/selinux-rpm/about-rancher-selinux.md +++ b/versioned_docs/version-2.8/reference-guides/rancher-security/selinux-rpm/about-rancher-selinux.md @@ -16,7 +16,7 @@ The `rancher-selinux` GitHub repository is [here.](https://github.com/rancher/ra :::note Requirement: -The rancher-selinux RPM was tested with CentOS 7 and 8. +The rancher-selinux RPM was tested with CentOS 7, 8 and 9. ::: @@ -49,6 +49,20 @@ gpgcheck=1 gpgkey=https://rpm.rancher.io/public.key EOF ``` + +In order to use the RPM repository, on a CentOS 9 or RHEL 9 system, run the following bash snippet: + +``` +# cat << EOF > /etc/yum.repos.d/rancher.repo +[rancher] +name=Rancher +baseurl=https://rpm.rancher.io/rancher/production/centos/9/noarch +enabled=1 +gpgcheck=1 +gpgkey=https://rpm.rancher.io/public.key +EOF +``` + ### 2. Installing the RPM Install the RPM: @@ -61,10 +75,10 @@ yum -y install rancher-selinux :::note Requirement: -Logging v2 was tested with SELinux on RHEL/CentOS 7 and 8. +Logging v2 was tested with SELinux on RHEL/CentOS 7, 8 and 9. ::: Applications do not automatically work once the `rancher-selinux` RPM is installed on the host. They need to be configured to run in an allowed SELinux container domain provided by the RPM. -To configure the `rancher-logging` chart to be SELinux aware, change `global.seLinux.enabled` to true in the `values.yaml` when installing the chart. \ No newline at end of file +To configure the `rancher-logging` chart to be SELinux aware, change `global.seLinux.enabled` to true in the `values.yaml` when installing the chart.