is there no more RPM install option for RKE2 v1.28...
# rke2
h
is there no more RPM install option for RKE2 v1.28?
c
there is… why do you ask?
h
Thanks ! I was working thru my old repo file and for baseurl I have "stable" I see now its replaced with "latest" https://docs.rke2.io/install/methods#enterprise-linux-789
Copy code
name=Rancher RKE2 Common Stable
baseurl=<https://rpm.rancher.io/rke2/stable/common/centos/${LINUX_MAJOR}/noarch>
New:
Copy code
name=Rancher RKE2 Common Latest
baseurl=<https://rpm.rancher.io/rke2/latest/common/centos/${LINUX_MAJOR}/noarch>
c
either should work, but packages will hit the different channels at different times.
testing -> latest -> stable
which are you using?
h
I prefer to use stable - especially for prod
I will try stable again in my repo file and see what happens
what do you recommend? Many years ago I think - stable was recommended but I am not sure if that has changed ?
want to add - this is for a new RKE2 cluster creation, which will run Rancher
thanks - the stable works just fine... Earlier when I tried it did not work - suspecting I had an error in my repo file