Created
June 21, 2024 17:00
-
-
Save jhoblitt/8fec2d96631a11d9848b55f0d987daf5 to your computer and use it in GitHub Desktop.
/etc/yum.repos.d/rancher-rke2.repo as created by `curl -sfL https://get.rke2.io`
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[rancher-rke2-common-stable] | |
name=Rancher RKE2 Common (stable) | |
baseurl=https://rpm.rancher.io/rke2/stable/common/centos/9/noarch | |
enabled=1 | |
gpgcheck=1 | |
repo_gpgcheck=0 | |
gpgkey=https://rpm.rancher.io/public.key | |
[rancher-rke2-1.28-stable] | |
name=Rancher RKE2 1.28 (stable) | |
baseurl=https://rpm.rancher.io/rke2/stable/1.28/centos/9/x86_64 | |
enabled=1 | |
gpgcheck=1 | |
repo_gpgcheck=0 | |
gpgkey=https://rpm.rancher.io/public.key |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment