Skip to content

Instantly share code, notes, and snippets.

@jhoblitt
Created June 21, 2024 17:00
Show Gist options
  • Save jhoblitt/8fec2d96631a11d9848b55f0d987daf5 to your computer and use it in GitHub Desktop.
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`
[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