This message was deleted.
# general
a
This message was deleted.
c
This seems to be possible with terraform, but I am hoping to be able to do this with a yml file and a kubectl apply command.
q
b
While 'users' are resources inside of the local rancher cluster they are created with a unique ID field that allows rancher to index them the UID usually starts with
u-
The rancher application itself needs to be the thing that creates them so you can technically do this by POSTing to a Rancher API endpoint. This is not a recommended approach since the API is not really designed for this use case. Really the only truly supported method at this time would be using Terraform.
c
Thanks for the reply!