eks-anywhere icon indicating copy to clipboard operation
eks-anywhere copied to clipboard

Run Amazon EKS on your own infrastructure 🚀

Results 472 eks-anywhere issues
Sort by recently updated
recently updated
newest added

**What happened**: I'm creating a EKS anywhere cluster for bare metal After the action "stream-image" (the image is ubuntu 20.04 EFI), fdisk shows 2 partitions, /dev/sda1 and /dev/sda2 (total disk...

Bumps [github.com/fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient) from 1.10.1 to 1.10.2. Release notes Sourced from github.com/fsouza/go-dockerclient's releases. Version compatible with Docker 1.9 and Go 1.4 This has a special tag name to make it clear...

approved
lgtm
ok-to-test
size/S
dependabot

Bumps [sigs.k8s.io/cluster-api-provider-vsphere](https://github.com/kubernetes-sigs/cluster-api-provider-vsphere) from 1.0.1 to 1.9.0. Release notes Sourced from sigs.k8s.io/cluster-api-provider-vsphere's releases. v1.9.0 Highlights Based on Cluster API v1.6 Support for Kubernetes v1.29 Major overhaul of logging Improved e2e test...

ok-to-test
size/XXL
dependabot

**What would you like to be added**: EKS-A uses an in-house Helm chart to deploy the Tinkerbell stack. Tinkerbell has its own Helm chart that is maintained and features a...

area/providers/tinkerbell
team/providers
area/providers
op2

As a user, I would like a command or document kubectl example of how to clean up all the cluster resources for a workload cluster in a management cluster. For...

area/docs
docathon

Currently, if you export the new vsphere credentials envs `EKSA_VSPHERE_USERNAME` and `EKSA_VSPHERE_PASSWORD` and run `eksctl anywhere upgrade` command, it fails at the preflight validation: ``` the VSphere credentials derived from...

Q42024

**What would you like to be added**: We have the need to modify the default netplan config for Bare Metal (ubuntu), to be able to use bonding configuration with static...

Related issue: https://github.com/aws/eks-anywhere/issues/7489 We shouldn't be panicking if there is a mismatch and should check if we are somehow missing a validation for this.

It seems like the instructions mentioned here aren't sufficient to get cluster autoscaler to work: https://anywhere.eks.amazonaws.com/docs/packages/cluster-autoscaler/addclauto/ ``` Warning FailedMount 32m (x495 over 3d17h) kubelet Unable to attach or mount volumes:...

Add documentation when a node rollout is required, for example a CVE situation for the OS image. This can be as simple as just reiterating the upgrade documentation when this...