Guillermo Gaston
Guillermo Gaston
**User Story** As an operator, I would like to be able to manage the lifecycle of external etcd clusters in the same way I do for control planes, using CAPI...
``` --- FAIL: TestReconcilerInstallStorageClassInstall (0.15s) client.go:91: Try updating status but failed with a 404 error for [distro.eks.amazonaws.com/v1alpha1, Kind=Release name=test namespace=eksa-system] object, most probably because it doesn't have a defined status...
**What would you like to be added**: Review the etcd backup and restore docs and make sure we give instructions for how to restore management clusters that are already managing...
**What would you like to be added**: Consolidate and improve the air gapped experience Follow this proposal: https://github.com/aws/eks-anywhere/pull/1823 **Why is this needed**: We offer a set features that allow users...
**What would you like to be added**: In [release `v1.5.0`](https://github.com/containerd/containerd/releases/tag/v1.5.0), `containerd` deprecated the configuration for registry mirror we are currently using. The new way to configure registry mirrors can be...
Currently, we only support running one specific E2E test (that runs automatically) in our PRs. **What would you like to be added**: Be able to run (ideally) any E2E test...
**What would you like to be added**: * A pipeline should run a small, fast and completely stable subset of e2e tests using the production EKS-A CLI as-released. This should...
Related to #1168. This allows for a more realistic workflow and simplifies the setup. This could be achieved by either: * Add new entries for the release branch binaries in...
Currently, EKS-A assets are built by a codebuild pipeline, and a new DevRelease is published. This can brake dev builds in unexpected ways whenever there are incompatibilities or new patches...
When testing a new bundle (E2E tests in main just after a change to the `config` method), I want to test a binary which embeds the new bundle, rather than...