Chetan Patwal

Results 20 issues of Chetan Patwal

After EKS 1.23 is out and made the default in the EKS console, eksctl should switch to EKS 1.23 as the default version. Reference PR: https://github.com/weaveworks/eksctl/pull/5136

good first issue
kind/docs
kind/improvement

The integration test for identity provider (`integration/tests/identity_provider/identity_provider_test.go`) sets some additional fields like `CallbackUrls` in the call to `CreateUserPoolClient` that may not be required. Revisit those fields and remove those that...

area/testing
priority/important-longterm
area/tech-debt

In a future release, EKS will start running the VPC resource controller components on the control plane. Today, eksctl has a command to install the VPC resource controller on worker...

kind/improvement
priority/important-soon
blocked/aws

The last three runs have failed with an error. https://github.com/weaveworks/eksctl/actions/runs/2976978482

kind/bug

eksctl supports a `scale nodegroup` command but the command returns immediately after it has modified the ASG with the new desired size. A `--wait` flag will allow users to wait...

kind/feature
priority/important-longterm

## Description The error returned from `getPruneableResources` was not being propagated to the caller. This changelist fixes that by propagating the error. The usage of `sync.WaitGroup` has been replaced with...

merge-conflict

## Description Uses an Informer to watch and approve CSRs, instead of polling the API server and calling the `List` API every few seconds. Additionally, the existing `TestBasicCRSApprover` test was...

Fluent Bit is a light-weight log processor and forwarder, and can be used as a replacement for Fluentd for these two features. Fluent Bit, however, lacks support for log aggregation...

enhancement

When deleting a cluster, eksctl drains all nodes before proceeding with nodegroup deletion. This behaviour is of little use and further increases the duration of the command as the workloads...

kind/bug
area/nodegroup

Part of https://github.com/eksctl-io/eksctl/pull/7714, when creating a nodegroup whose cluster's stack template is missing resources added since eksctl last updated the template, eksctl will attempt to update the cluster's stack to...

kind/improvement
priority/important-longterm