diff --git a/docs/advanced/advanced.md b/docs/advanced/advanced.md index bbe4bb811..14490e948 100644 --- a/docs/advanced/advanced.md +++ b/docs/advanced/advanced.md @@ -412,7 +412,7 @@ The [install script](../installation/configuration.md#configuration-with-install The necessary policies can be installed with the following commands: ```bash yum install -y container-selinux selinux-policy-base -yum install -y https://rpm.rancher.io/k3s/latest/common/centos/7/noarch/k3s-selinux-0.2-1.el7_8.noarch.rpm +yum install -y https://rpm.rancher.io/k3s/latest/common/centos/7/noarch/k3s-selinux-1.4-1.el7.noarch.rpm ``` To force the install script to log a warning rather than fail, you can set the following environment variable: `INSTALL_K3S_SELINUX_WARN=true`.