Hello, I got a question for setting desired node f...
# general
d
Hello, I got a question for setting desired node for node groups in EKS. I'm trying to get Cluster Autoscaler working in our EKS cluster, which means the actual desired nodes may vary from the configuration we set in Pulumi, which result in doing an pulumi update next time will set the node count back to what we've configured. Is there a way to avoid this? Cuz I also noticed Pulumi will set desired node to 2 if we didn't pass in the desired count.