crooked-knife-92853
03/04/2020, 5:16 PM_aws_._eks_._Cluster_
and now I want to create a new node group using the createNodeGroup()
from '@pulumi/eks/nodegroup'
(bc there’s a lot of really good stuff in there I don’t want to have to rewrite). When I try to pass my cluster in I get the following error:
Type 'Cluster' is not assignable to type 'Cluster | CoreData'.
Type 'Cluster' is missing the following properties from type 'Cluster': kubeconfig, provider, clusterSecurityGroup, instanceRoles, and 9 more.ts(2322)
nodegroup.d.ts(164, 5): The expected type comes from property 'cluster' which is declared here on type 'NodeGroupOptions'
And at this point I’m not really sure how to proceed 😞 Is there any way to use that function on an eks cluster I imported into my stack? Thanks in advance!No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by