Greetings, does anyone know how Rancher would allo...
# general
l
Greetings, does anyone know how Rancher would allow a custom Node Instance Role for a Node Group to be selected during EKS cluster creation? I have created an AWS IAM role which is closely matched (with some additional permissions) to the one Rancher will auto-create if I select "Default". However Rancher only display like 2 selections in the web UI (as shown in the screenshot) even when I have more AWS ec2 roles in place. Rancher version is v2.10.3
p
Maybe check out in the templates? (Also, Botnet role? 😶)
l
It's some legacy stuff that people used for testing. Where can I see the templates?
b
We make "Nodegroups" using an ASG that deploys a launch template with a iam_instance_profile to each of the instances that stand up as nodes. The joining data for the worker node is in the user-data of the launch template.