eksctl icon indicating copy to clipboard operation
eksctl copied to clipboard

The official CLI for Amazon EKS

Results 433 eksctl issues
Sort by recently updated
recently updated
newest added

I'm trying to apply node labels using the following configuration: ```yaml - name: test instanceType: m5.large minSize: 1 maxSize: 2 desiredCapacity: 2 labels: role: test node-role.kubernetes.io/test: ok ``` According to...

kind/bug
priority/important-longterm
blocked/aws

We have quite a few `Volume*` fields in `api.NodeGroup`. Naming of some of these fields can be improved, and we should move them into a struct. Additionally, we need to...

kind/feature
area/config-file
area/nodegroup
kind/breaking
priority/important-longterm
priority/backlog

Part of #888. We currently have some constants in Kubernetes style, but some aren't. Namely, we have `vpc.nat.gateway` where the constants are `Disable`, `Single` and `HighlyAvailable`. But in `nodegroup.ami` we...

good first issue
area/config-file
kind/breaking
priority/backlog
area/tech-debt

Relevant Issue: https://github.com/cilium/cilium/issues/14243 **Why do you want this feature?** Hey everyone, While using 3rd party networking plugins, It's required to Disable SRC/DST Check on all of the worker nodes. One...

kind/feature
priority/important-soon
complexity/S
blocked/aws

**Why do you want this feature?** Currently, the correct Cluster Autoscaler tags are only created for a NodeGroup if that NodeGroup also has the Instance Role created to _run_ the...

kind/feature
priority/important-longterm
priority/backlog
area/autoscaler

### Description We noticed that sometimes our applications had DNS issues. This was caused by sending traffic to CoreDNS instances that just stopped. We compared the CoreDNS deployment in EKS...

### What were you trying to accomplish? See #2201 ### What happened? See #2201 ### How to reproduce it? See #2201 **Logs** ``` 2022-09-15 16:04:14 [ℹ] eksctl version 0.105.0 ........

kind/bug

### Description As a eksctl user, so that I don't manually convert managed nodegroup's labels and taints as tags for ASG, I want them to be converted into tags and...

kind/feature
area/autoscaler

### Description When using `eksctl create addon` command with the `--config-file` flag, there is a bug in that instead of filtering out addons that already exist in the cluster, it's...

kind/bug
area/add-ons

So, when disabling IMDSv1 (enforcing v2) and running cluster-autoscaler and when you run a 3rd party CNI (like Cilium) your hop count to the meta data service is 3, not...

kind/feature