Hi folks, how do we define multiple node groups fo...
# general
e
Hi folks, how do we define multiple node groups for a single EKS cluster? Is there documentation and examples on how to do it with the
@pulumi/eks
package? The code currently uses
new eks.Cluster
but that only creates a single node group. We need to define some more node groups to add in to the cluster for differently-sized instances/node types, and with different sets of node annotations (i.e. for taints/tolerations)
@damp-book-35965
w
e
thanks!