eks-anywhere
eks-anywhere copied to clipboard
Run Amazon EKS on your own infrastructure 🚀
We need to publish a metrics server helm chart for each version of kubernetes we support. This will work using the functionality developed in https://github.com/aws/eks-anywhere/issues/3268. One potential unknown we still...
We need to pull EKS-D metrics server images and publish them as packages. To accomplish this, we need to add build tooling. @jaxesn will advise and @jonathanmeier5 will implement. This...
We want to undo https://github.com/aws/eks-anywhere/pull/3262 as soon as Go makes the appropriate fix here https://github.com/golang/go/issues/52010. Currently slated for `1.20` release, so when we upgrade to that version we should be...
I'm trying to follow the ubuntu setup steps to get EKS anywhere to work on WSL2 but keep hitting an issue with cert-manager. As far as I've found, there's nothing...
Tinkerbell has now released all services as official releases enabling us to upgrade most of our dependencies. Changes to Tink and CAPT result in some hardware data being exposed to...
*Issue #, if available:* *Description of changes:* Adds changelog entry for PR https://github.com/aws/eks-anywhere/pull/3160. *Testing (if applicable):* By submitting this pull request, I confirm that you can use, modify, copy, and...
As outlined in [our design](https://github.com/aws/eks-anywhere/blob/main/designs/vsphere-user-setup.md), this task involves building the following command: ``` eksctl anywhere exp vsphere setup user -f config.yaml ```
*Issue #, if available:* *Description of changes:* *Testing (if applicable):* By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms...
when you create cluster with EKSA and there is an issue with Boots docker container: ``` panic: listen and serve http: listen tcp 10.80.8.22:80: bind: address already in use goroutine...
Primary user story: ``` as a user i want to be able to disable the vsphere csi driver from being installed via my cluster spec ``` Additional user stories: ```...