but the ncadmin user is not created and the SSH key is not loaded 😭
m
microscopic-diamond-94749
12/16/2022, 7:05 AM
look at the logs, usually it's an error in the formatting of the
user-data.yml
. In my files I have the
groups
key as a list, but the sudo entry is just a yaml string. maybe try that?
f
few-spoon-45426
12/16/2022, 2:19 PM
thank you
found the problem: my image was prepped for terraform which uses the "vmware" cloud-init provider; the "nocloud" provider, needed by Rancher, was not enabled.
I thought that since Rancher says it's using clusterAPI, at least on nodes creation it would behave like it.