Update install.sh to recommend current version of k3s-selinux

Signed-off-by: Klaas Demter <re4il07t@duck.com>
This commit is contained in:
Klaas Demter 2022-11-06 14:37:21 +01:00 committed by Brad Davidson
parent 95bb3dce97
commit 457e5e7379

View File

@ -486,7 +486,7 @@ setup_selinux() {
policy_hint="please install:
${package_installer} install -y container-selinux
${package_installer} install -y https://${rpm_site}/k3s/${rpm_channel}/common/${rpm_site_infix}/noarch/k3s-selinux-0.4-1.${rpm_target}.noarch.rpm
${package_installer} install -y https://${rpm_site}/k3s/${rpm_channel}/common/${rpm_site_infix}/noarch/k3s-selinux-1.2-2.${rpm_target}.noarch.rpm
"
if [ "$INSTALL_K3S_SKIP_SELINUX_RPM" = true ] || can_skip_download_selinux || [ ! -d /usr/share/selinux ]; then