hundreds-evening-84071
03/15/2023, 8:30 PMMethod of installation to use. Default is on RPM-based systemsAnd, with Rancher 2.7.1.... Does it make sense to create RKE2 cluster then import into Rancher or create RKE2 cluster from Rancher? Is one method better over other?, all elserpm
tar
"INSTALL_RKE2_CHANNEL="stable" INSTALL_RKE2_VERSION="v1.24""
gray-lawyer-73831
03/15/2023, 9:21 PMcurl -sfL <https://get.rke2.io> | sudo INSTALL_RKE2_VERSION=v1.24.11+rke2r1 sh -
for example to use the latest v1.24 version.
If creating via Rancher, I’d recommend going the “Custom Cluster” approach so that you can ensure the VM you use has all the necessary RPMs and workarounds already installed. Rancher provisioning will use the tar
install method of rke2 for all OSes, so you won’t get the default rpm
installation that you’d expect. If you wanted to use Node Driver, then just make sure your machine image has all the appropriate RPMs installed ahead of time 👍hundreds-evening-84071
03/15/2023, 9:24 PMgray-lawyer-73831
03/15/2023, 9:25 PMhundreds-evening-84071
03/15/2023, 9:27 PMgray-lawyer-73831
03/15/2023, 9:31 PMhundreds-evening-84071
03/15/2023, 9:40 PM