Hello All, I'm trying to provision a downstream vs...
# rke2
p
Hello All, I'm trying to provision a downstream vsphere RKE2 node-driver cluster. I can see that a VM is getting created in my vSphere env but in Rancher it shows
waiting to apply plan
. There are no
rancher-system-agent
and
rke2-server
services running on the vm as well. I'm using SLES 15 SP4 template to create the nodes. Following are the steps I performed to create a template for SLES 15 SP4: 1. Downloaded the Full Media ISO from official channels. 2. Uploaded it in my vcenter env. 3. Started a virtual machine using the ISO file. 4. Tried Installing these packages on the machine. I was not able to install
cloud-image-utils
,
cloud-guest-utils
,
cloud-initramfs-growroot
and
open-iscsi
. The rest were successfully installed. 5. Cloned the VM to a template and used that template to provision a vsphere cluster from Rancher UI. Can somebody please let me know if there something that I missed doing? I did the same steps for Ubuntu 22.04 and all the packages got installed properly and the cluster too got provisioned successfully. I'm facing this issue only with SLES.