Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explicitly set EKS Cluster name in AWS #240

Closed
gregbacchus opened this issue Aug 28, 2019 · 0 comments · Fixed by #322
Closed

Explicitly set EKS Cluster name in AWS #240

gregbacchus opened this issue Aug 28, 2019 · 0 comments · Fixed by #322
Assignees
Labels
kind/enhancement Improvements or new features
Milestone

Comments

@gregbacchus
Copy link

Problem description

When creating an EKS cluster using this code, it is not possible to explicitly set the name of the cluster in AWS.

Refer: Slack Thread

It is important to have a specific name for the cluster, as the VPC and Subnets need to be specifically tagged with it's name.

Refer: AWS Docs

Affected product version(s)

Pulumi v1.0.0-beta.4
@pulumi/eks 0.18.13

Suggestions for a fix

Use the name provided to new eks.Cluster(name, ...) as the AWS cluster name. Inside createCore() should just need to add the passed in name to the new aws.eks.Cluster() options.

It should be pretty simple, I'm happy to do a PR if required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Improvements or new features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants