Tibi

Results 56 comments of Tibi

Some key differences in `eksctl` from when the feature was initially discussed and now when I'm writing this comment: - we can have multiple node subnets in the same AZ...

I'll start breaking this down but first explaining how things are working at the moment. ### **Scenario 1 - using existing VPC** If the VPC is imported (i.e. VPC ID...

After further investigation it turns out that `eksctl scale nodegroup` is the single command out of the ones mentioned in this ticket that can really benefit from supporting the `--wait`...

Hi @eiffel-fl - thanks for explaining your workflow! > I would like to avoid using --wait=true, indeed, the cluster creation already takes around 15 minutes: > https://github.com/inspektor-gadget/inspektor-gadget/actions/runs/8479044411/job/23238203432#step:8:1 > So, if...

Hi @laiminhtrung1997 - can you please share the exact commands you're running?

Thank you for laying out all the steps! Given that you're creating the policy and role in advance, for this use case in particular, `eksctl` is merely calling `EKS::CreatePodIdentityAssociation`, which...

Hi @mohammadloqman9 - how would you see this implemented in eksctl, from an UX perspective? Would this functionality be part of an existing `eksctl` command? Would we have to add...

This PR was opened as a result of testing the script for updating coredns assets

@punkwalker thanks for the feedback! Based on these references - https://awslabs.github.io/amazon-eks-ami/nodeadm/doc/api/#kubeletoptions and https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/, I was assuming we could pass something along the lines below to the userdata 👇🏻 ``` MIME-Version:...

@punkwalker thanks for investigating this option. Lmk if you'd like to work on the fix you've suggested, if your time allows.