Tibi
Tibi
### 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...
### Description We are having a couple of methods that return either some instance or a list of those instances, which are very similar in name. In fact, the one...
### Description Consider the following situation: - we specify, by name, as instructed by docs, a private subnet within a certain nodegroup  - the same private subnet is specified...
### Description Closes #5607 Trimmed CLI output of creating a cluster on the new version ``` 2022-08-18 10:50:08 [ℹ] eksctl version 0.110.0-dev+1a73c2b2.2022-08-18T10:42:08Z 2022-08-18 10:50:09 [ℹ] using Kubernetes version 1.23 2022-08-18...
This ticket specifically refers to the following tasks: `NewTasksToDeleteNodeGroups`, `NewTaskToDeleteUnownedNodeGroup`, `NewManagedNodeGroupTask` and `NewUnmanagedNodeGroupTask` which should be moved under `actions/nodegroup` For further reference, check out #5450
This ticket specifically refers to: `NewTasksToDeleteOIDCProviderWithIAMServiceAccounts`
Unit test coverage for the `ctl` package mostly consists of checking correct usage of the commands e.g. all required flags are specified, the command throws validation errors if incorrect flags...
This ticket specifically refers to the following tasks: `NewTasksToCreateIAMServiceAccounts` and `NewTasksToDeleteIAMServiceAccounts` which should be moved under `actions/irsa` package. For further reference, check out #5450
This ticket specifically refers to the following tasks: `NewTasksToCreateCluster` and `NewTasksToDeleteClusterWithNodeGroups` which should be moved under `actions/cluster` package. For further reference, check out #5450 Blocked by #6962