This message was deleted.
# rke2
a
This message was deleted.
g
Which version of rke2 are you using? We test pretty much every release using hardened rhel8 boxes and don’t see that error 🤔 I wonder if this could be similar to either of the following issues? • https://github.com/rancher/rke2/issues/2753https://github.com/rancher/rke2/issues/2861
e
@gray-lawyer-73831 After some digging around my team thought we had the latest release because we copied straight from the docs here. However the repo says 1.18.
Copy code
cat << EOF > /etc/yum.repos.d/rancher-rke2-1-18-latest.repo
[rancher-rke2-common-latest]
name=Rancher RKE2 Common Latest
baseurl=<https://rpm.rancher.io/rke2/latest/common/centos/8/noarch>
enabled=1
gpgcheck=1
gpgkey=<https://rpm.rancher.io/public.key>

[rancher-rke2-1-18-latest]
name=Rancher RKE2 1.18 Latest
baseurl=<https://rpm.rancher.io/rke2/latest/1.18/centos/8/x86_64>
enabled=1
gpgcheck=1
gpgkey=<https://rpm.rancher.io/public.key>
EOF
g
Ah thank you for the update! I just created https://github.com/rancher/rke2/issues/3386 to address that
1