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

[aws-eks] How to add resource to imported eks cluster #8608

Closed
Mantrapps opened this issue Jun 17, 2020 · 2 comments
Closed

[aws-eks] How to add resource to imported eks cluster #8608

Mantrapps opened this issue Jun 17, 2020 · 2 comments
Assignees
Labels
@aws-cdk/aws-eks Related to Amazon Elastic Kubernetes Service effort/small Small work item – less than a day of effort feature-request A feature should be added or improved. p1

Comments

@Mantrapps
Copy link

Mantrapps commented Jun 17, 2020

readonly cluster: Cluster;

class ImportedCluster extends Resource implements ICluster {

Question:
ImportedCluster return ICluster type , but add resource using Cluster, how to add resource to imported EKS cluster

Environemnt:
ÇDK: 1.45.0
EKS: 1.15.*

@SomayaB SomayaB added the @aws-cdk/aws-eks Related to Amazon Elastic Kubernetes Service label Jun 18, 2020
@SomayaB SomayaB added guidance Question that needs advice or information. needs-triage This issue or PR still needs to be triaged. labels Jun 18, 2020
@eladb eladb added feature-request A feature should be added or improved. p1 and removed guidance Question that needs advice or information. labels Jun 22, 2020
@eladb
Copy link
Contributor

eladb commented Jun 22, 2020

It is currently not possible to add resources to clusters not created in your CDK app. Relabeled as a feature request.

@eladb eladb added the effort/small Small work item – less than a day of effort label Jun 22, 2020
@SomayaB SomayaB removed the needs-triage This issue or PR still needs to be triaged. label Jun 22, 2020
@eladb eladb added this to the EKS Developer Preview milestone Jun 24, 2020
@eladb eladb changed the title EKS: how to add resource to imported eks cluster [EKS Feature] how to add resource to imported eks cluster Jun 24, 2020
@eladb
Copy link
Contributor

eladb commented Jun 24, 2020

Duplicate #5383

@eladb eladb closed this as completed Jun 24, 2020
@iliapolo iliapolo modified the milestones: EKS Developer Preview, EKS Dev Preview Aug 10, 2020
@iliapolo iliapolo changed the title [EKS Feature] how to add resource to imported eks cluster [aws-eks] How to add resource to imported eks cluster Aug 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-eks Related to Amazon Elastic Kubernetes Service effort/small Small work item – less than a day of effort feature-request A feature should be added or improved. p1
Projects
None yet
Development

No branches or pull requests

4 participants