eks-anywhere
eks-anywhere copied to clipboard
Run Amazon EKS on your own infrastructure 🚀
*Issue #, if available:* N/A *Description of changes:* Fixed typos in code comments within the file [internal/test/e2e/fluxGit.go]. *Testing (if applicable):* N/A *Documentation added/planned (if applicable):* N/A By submitting this pull...
*Description of changes:* 1. remove quote escaping for RELEASE_VRESION (causing duplicated quote) 2. resolve OS name before parsing tarball url (since yq wont resolve $(uname -s | tr A-Z a-z))...
Update the codebuild spec to use the IAM role created to replace "packages-e2e". Look for the packages_ci_beta:aws_access_key_id and packages_ci_beta:aws_secret_access_key_id Update the codebuild spec to use the IAM role created to...
In eks-anywhere, add session token from the code bulid env variable in below places https://github.com/aws/eks-anywhere/blob/01d134aa542eb8ec0a05aa3c4856f344fc96dae4/pkg/providers/snow/reconciler/clientbuilder.go#L70 https://github.com/aws/eks-anywhere/blob/01d134aa542eb8ec0a05aa3c4856f344fc96dae4/pkg/curatedpackages/regional_registry.go#L121 https://github.com/aws/eks-anywhere/blob/a77f775504ce76bdc3de6b003917f01b4ddead78/pkg/curatedpackages/packagecontrollerclient.go#L318 https://github.com/aws/eks-anywhere/blob/a77f775504ce76bdc3de6b003917f01b4ddead78/pkg/curatedpackages/config/secrets.yaml
**What happened**: - 1st Admin node: Ran a cluster creation with EKS Anywhere version v0.20.7 with the cluster configuration file provided below, cluster comes up perfectly - 2nd Admin node:...
**What happened**: I have been trying to deploy EKS-A on an airgapped vSphere deployment and having little success. I am following the guides, but have not been able to get...
**What would you like to be added**: A new flag/parameter that enable [Kubernetes Service Load Balancing](https://kube-vip.io/docs/about/architecture/#load-balancing) via `kube-vip` setting environment variable `svc_enable` to `true` in their manifest (static Pod). Is...
In the release v0.21.0 it became possible to set Tinkerbell loadBalancerInterface. While it sets the vip_interface in kube-vip correctly to the specified interface, it doesn't change srcInterface variable from tink-stack...
**What happened**: I can't build ubuntu image for baremetal following instructions **What you expected to happen**: To get ubuntu images I can then use on Intel NUCs, (bottlerocket didn't work)...