Guillermo Gaston
Guillermo Gaston
**What would you like to be added**: Coming from https://github.com/aws/eks-anywhere/issues/1116 Close all opened resources when the CLI receives a TERM signal In particular, make sure the eks-a tools long running...
**What would you like to be added**: Coming from here https://github.com/aws/eks-anywhere/issues/1116 Check if adding `--init` to our `docker run` command for the tools container can help with stuck containers **Why...
Tests for https://github.com/mrajashree/cluster-api/pull/5
When a new `Bundle` is created, we should test it with all the CLI versions that will use it. For new eks-a cli versions, that is already tested during the...
**What would you like to be added**: Improve documentation around `network` for vsphere configuration and how only one single network is supported. **Why is this needed**: It's not clear that...
Add Bitbucket as a supported svc provider for Flux
Currently, we only trigger CP and Workers upgrade if the new cluster config (including cluster crd and some of provider specific ones) differs from the one installed in the cluster....
Add tests that (use same test matrix as in #324) create a cluster using the current latest release of the cli and the current latest bundle, followed by upgrading the...
When releasing a new `Bundles` manifest, we need the ability to run E2E tests with that new bundle, before it has been fully released and made available to users
Provider are probably doing too many things now, it's difficult to read/change the code The interface doesn't need to change if we don't see the need, we should at least...