https://pulumi.com logo
Title
s

sparse-garage-28177

09/09/2019, 10:47 PM
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

white-balloon-205

09/09/2019, 11:03 PM
This doesn’t sound expected. If you could open an issue with a small code example - @breezy-hamburger-69619 could likely take a look.