https://rancher.com/ logo
Title
b

bright-fireman-42144

08/16/2022, 8:29 PM
silly question everyone. Where in the 2.6.6 UI would I edit an auto scaling node group with taint and toleration info?
t

tall-school-18125

08/16/2022, 9:23 PM
For auto scaling node groups, I believe those can only be in a "custom cluster" in Rancher, which means that Rancher installs Kubernetes but has no control over the infrastructure. So I believe you would need to set up the taints on the AWS side. https://docs.aws.amazon.com/eks/latest/userguide/node-taints-managed-node-groups.html
b

bright-fireman-42144

08/16/2022, 10:03 PM
thanks this is what I was figuring when learning how this is very Cluster API specific. I'll have to look at gke info.
for my particular use case I think it's best I just continue with setting the min and max via Rancher being 3 for dedicated storage nodes on GKE for the time being and 'manually' setting the taint information on them until I can look further into GKE. This is great info and is putting me on the right track. Just replying as a follow up in case anyone else runs into this very specific use case.