sparse-garage-28177
09/09/2019, 10:47 PMCluster.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-nodeSecurityGroupwhite-balloon-205
09/09/2019, 11:03 PM