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

[Bug] creating cluster with --without-nodegroups and aws-ebs-csi-driver addon fails #5891

Closed
Fantaztig opened this issue Nov 10, 2022 · 2 comments · Fixed by #5929
Closed
Labels

Comments

@Fantaztig
Copy link

What were you trying to accomplish?

Hi, I wanted to create a cluster with no nodegroups (managed nodegroups are defined in the config though) and the aws-ebs-csi-driver addon.
We want to create the cluster without nodes as we need to roll out calico and remove the aws-node deployment.

What happened?

The cluster create failed with status degraded, unfortunately I don't have the exact logs anymore.

How to reproduce it?

Create cluster using a config file containing a managed nodegroup and the aws-ebs-csi-driver addon.
Run eksctl create cluster -f config.yaml --without-nodegroups.

Anything else we need to know?
Using eksctl on macOS Monterey, downloaded through brew.
AWS Credentials are managed by aws-vault.

I found #4629 and was wondering if maybe the check doesn't recognize the --without-nodegroups flag?

After creating the nodegroups the addon works as expected, the major issue for us is that some of the finalizing steps such as making the cluster endpoint private only are missing.

Versions

❯ eksctl info
eksctl version: 0.117.0-dev+98027776c.2022-11-04T12:59:49Z
kubectl version: v1.21.0+vmware.1-wcp
OS: darwin
@github-actions
Copy link
Contributor

Hello Fantaztig 👋 Thank you for opening an issue in eksctl project. The team will review the issue and aim to respond within 1-5 business days. Meanwhile, please read about the Contribution and Code of Conduct guidelines here. You can find out more information about eksctl on our website

@Himangini
Copy link
Collaborator

@Fantaztig can you share the config file used?

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

Successfully merging a pull request may close this issue.

2 participants