HI all, I am new using Pulumi. I am trying `Cluste...
# typescript
s
HI all, I am new using Pulumi. I am trying
Cluster.createNodeGroup()
under
@pulumi/eks
. I am trying to pass in a securityGroup to use for the nodeGroup using
nodeSecurityGroup
. However, it seems that the nodeGroup ends up with a new SG named
{STACK_NAME}-nodeSecurityGroup-{randomID}
instead of the SG I pass in.. Ideas? https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/eks/#ClusterNodeGroupOptions-nodeSecurityGroup
w
This doesn’t sound expected. If you could open an issue with a small code example - @breezy-hamburger-69619 could likely take a look.