Tibi
Tibi
Changes already applied in [this PR](https://github.com/weaveworks/eksctl/pull/5736).
Hello - I've tried creating a cluster with `kubectl version 1.25.0` and it worked just fine for me. The error you're seeing above doesn't have to do with the format...
Hi @singhbhaskar, what `go version` are you using? Could you try upgrading it?
Could you try using latest code? Deps to that specific module have been updated, maybe it solves the problem for you.
Hi @singhbhaskar, have you been able to run `make install-build-deps` since my last message?
Hi @jpmcb. Thanks for opening this issue as-well as doing an initial investigation! The problem is indeed that the default config for `Bottlerocket` is not being set. The cause for...
Thanks for reporting this issue. I have managed to reproduce this and I am working on understanding whether `eksctl` is at fault here. I wasn't able to find a workaround...
Hi @mkl262 , @joeygo! Unfortunately I don't have an update right now, nor a workaround. Our team's capacity is quickly drained atm by some priority features, we're trying our best...
Hi @tanvp112! Thanks for opening this feature request 👍 The team will review and see whether this functionality fits in with the project.
Hi @obiordu - the [official AWS docs](https://docs.aws.amazon.com/eks/latest/userguide/update-managed-node-group.html#:~:text=To%20update%20the,the%20launch%20template.) suggest a way for upgrading nodegroups with custom AMIs. In short, you would need to initially deploy the managed nodegroups using a launch...