Hi, I have created an EKS cluster and added a node...
# python
c
Hi, I have created an EKS cluster and added a nodegroup to it. When I tried to delete the nodegroup, it failed saying there is a dependent security group. But when I tried to delete it using pulumi the cluster itself had to be deleted and created anew. Is there a work around where I don't need to remove the cluster in order to remove a nodegroup?
b
hey Shinto! do you know what the security group is? It's usually from an ELB created outside Pulumi, like a service of type LoadBalancer
c
The security group is created by me which allows ssh access to the nodes and I specify it as part of the vpcconfigargs while creating the cluster.