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

The provider provider.eksctl does not support resource type "eksctl_cluster_deployment" #31

Open
shridhar-at-droit opened this issue Jan 13, 2021 · 3 comments

Comments

@shridhar-at-droit
Copy link

shridhar-at-droit commented Jan 13, 2021

I am getting following error

The provider provider.eksctl does not support resource type "eksctl_cluster_deployment"

I am using following versions

  • Terraform v0.13

  • mumoshu/eksctl v0.13.5

@mumoshu
Copy link
Owner

mumoshu commented Jan 14, 2021

@shridhar-at-droit Ah sorry but the _deployment variant had been deprecated and has already been removed in c7a43e3. Could you use eksctl_cluster instead?

@shridhar-at-droit
Copy link
Author

shridhar-at-droit commented Jan 15, 2021

thanks for the update, In my case, cluster is already created usingeksctl command lineand now I just want to add new nodes. Is this possible from eksctl_cluster ? or I need to create new cluster?

@mumoshu
Copy link
Owner

mumoshu commented Feb 2, 2021

@shridhar-at-droit In that case you can either use eksctl_nodegroup added just today, or terraform import your cluster into an eksctl_cluster resource, place your existing cluster.yaml into eksctl_cluster's spec attribute, and add one or more nodegroups inside it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants