Issues resolving RPM repos for RHEL #7481
Unanswered
nauranicsei
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Are you sure that you're running the install script and not just copy-pasting stuff out of it? Those shell variables should have been replaced with their values when the file was written. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently using the scripted install fails. Upon further examination the recommended repos do not resolve. Specifically:
[rancher-rke2-common-latest]
name=Rancher RKE2 Common Latest
baseurl=https://rpm.rancher.io/rke2/latest/common/centos/${LINUX_MAJOR}/noarch
enabled=1
gpgcheck=1
gpgkey=https://rpm.rancher.io/public.key
[rancher-rke2-1-${RKE2_MINOR}-latest]
name=Rancher RKE2 1.${RKE2_MINOR} Latest
baseurl=https://rpm.rancher.io/rke2/latest/1.${RKE2_MINOR}/centos/${LINUX_MAJOR}/x86_64
enabled=1
gpgcheck=1
gpgkey=https://rpm.rancher.io/public.key
None of this resolves for a RHEL 9 system. Please advise.
Beta Was this translation helpful? Give feedback.
All reactions