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

### What feature/behavior/change do you want? I would like to be able to control `Auto Scaling Groups` created by `EKS` with `eksctl`. We use a `Scheduled Scaling` a part of...

kind/feature
priority/important-longterm

In our cloud, a policy gets automatically attached to the node group IAM role. its part of Infra security automation. Because it's not part of eksctl creation, while deleting the...

kind/help

### What feature/behavior/change do you want? An online reference for `eksctl` on [eksctl.io](eksctl.io) similar to the one for [kubectl](https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands) with usage, options, and examples. ### Why do you want this...

kind/feature
kind/docs
priority/important-soon
needs-investigation

### Description This ticket to refactor functionality as suggested below and original ticket [here](https://github.com/weaveworks/eksctl/issues/4655#issuecomment-1044631377) ### nodegroup.go Methods for validating that managed nodegroup configurations are supported by the EKS versions. Seems...

good first issue
priority/important-longterm
area/tech-debt

### Description This ticket is to refactor the functionality mentioned below and [here](https://github.com/weaveworks/eksctl/issues/4655#issuecomment-1044631377) ### api.go Contains: - Getters for accessing the AWS APIs, e.g. `func (p ProviderServices) EKS() eksiface.EKSAPI {...

good first issue
priority/important-longterm
area/tech-debt

### Description This ticket is to refactor the functionality mentioned below and [here](https://github.com/weaveworks/eksctl/issues/4655#issuecomment-1044631377) ### eks.go Contains methods for interacting with clusters. Seems good for this package :heavy_check_mark: ```go func (c...

good first issue
priority/important-longterm
area/tech-debt

### Description This ticket is to refactor the functionality mentioned below and [here](https://github.com/weaveworks/eksctl/issues/4655#issuecomment-1044631377) ### fargate.go Contains funcs for managing fargate. Definitely doesn't belong here :negative_squared_cross_mark: ```go func (fpt *fargateProfilesTask) Describe()...

good first issue
priority/important-longterm
area/tech-debt

### Description This ticket is to refactor the functionality mentioned below and [here](https://github.com/weaveworks/eksctl/issues/4655#issuecomment-1044631377) ### What can stay and what should be moved `pkg/eks` contains: ```bash $ ll api.go client.go compatibility.go...

good first issue
priority/important-longterm
area/tech-debt

### Description This ticket is an EPIC to collect all tickets related to refactoring suggestions mentioned here https://github.com/weaveworks/eksctl/issues/4655, https://github.com/weaveworks/eksctl/issues/4655#issuecomment-1044631377

priority/important-longterm
Epic
area/tech-debt

### Description See comment [here](https://github.com/weaveworks/eksctl/issues/4655#issuecomment-1041834989) (7~ methods) `Tasks` for creating/deleting stacks (returning a `*tasks.TaskTree`) e.g.`NewTasksToCreateIAMServiceAccounts`, `NewTasksToDeleteIAMServiceAccounts`, `DeleteTasksForDeprecatedStacks` We need to - Move the `Task` related methods out of here and...

priority/important-longterm
Epic
area/tech-debt