This message was deleted.
# general
a
This message was deleted.
t
What is your Rancher version? I ask because I'd need to verify if that RHEL version is on the support matrix for that rancher version
p
@tall-school-18125 it's version 2.6.8. I see that version 2.6.7 supports RHEL 8.6 but I'm not able to find information about 2.6.8 in the support matrix https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/rancher-v2-6-7/ I'll try to deploy version 2.6.7
t
There should be no change in what versions are supported in 2.6.8 because it was a very small release
p
Thanks for the update. Do you know where I can find the script responsible for the node provisioning when you deploy a new downstream cluster from a node template? I want to understand why it's trying to install curl on the node while curl is already installed.
I created a bug for this issue: https://github.com/rancher/rancher/issues/38840
t
For node provisioning, we use a fork of docker machine which we call rancher machine. It is in this repo https://github.com/rancher/machine but I couldn't tell you where the actual script is.
p
Thanks for the link. I'm not familiar with go but I guess the function to install curl is located here https://github.com/rancher/machine/blob/master/libmachine/provision/redhat.go#L81