eksctl
eksctl copied to clipboard
The official CLI for Amazon EKS
Part of https://github.com/weaveworks/eksctl/issues/5315 Should include testing the part where it calls the endpoint to be set to private.
**What feature/behavior/change do you want?** **Why do you want this feature?** A very similar mechanism already appears to exist in eksctl when provisioning nodegroups - the aws-auth configmap is already...
In my environment, I need to specify the HTTP_PROXY environment variable to make EKS work correctly due to lack of outbound internet and lack of permissions to write into route...
**What feature/behavior/change do you want?** As of vpc-cni version 1.9.0, EKS now supports much larger pod capacities per node with some additional configuration. The documentation for this new functionality is...
We still have a couple of places where we use sdk v1 but don't have to. Places where `aws.String` is used for example. We should clean those up.
### What feature/behavior/change do you want? Ability to add or remove inline policies to the node role **AFTER** the cluster has been created would be great. This could be something...
This ticket is to discuss, revisit and potentially improve the UX for `update`,`upgrade` and `utils` commands. ## `update` vs `upgrade` For context, we have been operating under the assumption that...
With kubernetes version 1.16, it [became an error to set certain labels using the `--node-labels` feature](https://github.com/kubernetes/kubernetes/issues/85073), which is how `eksctl` sets user-provided labels for nodes. `kubelet` can now only give...
Hello, when creating a new admission controller, eksctl prints out the following warnings: ``` warnings.go:67] certificates.k8s.io/v1beta1 CertificateSigningRequest is deprecated in v1.19+, unavailable in v1.22+; use certificates.k8s.io/v1 CertificateSigningRequest ``` ``` warnings.go:67]...
We need to determine how should we implement the steps mentioned [here](https://docs.aws.amazon.com/eks/latest/userguide/cni-increase-ip-addresses.html) Investigate the current implementation and come up with a way to incorporate the functionality to support IP addresses...