eksctl
eksctl copied to clipboard
The official CLI for Amazon EKS
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...
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...
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...
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...
**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...
### 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 ........
### 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...
### 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...
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...