Guillermo Gaston
Guillermo Gaston
*Description of changes:* Reconciles the Cilium installation in a cluster to the desired state defined in a cluster Spec. Intended to be used from a kubernetes controller. *Testing (if applicable):*...
*Description of changes:* This messes up with the terminal output and the go test output when the printed text doesn't end with a break line. By submitting this pull request,...
## What would you like to be added The ability to rerun CLI commands after an error. ## Why is this needed Most of the errors returned by the CLI...
When a cluster creation fails, the process of cleaning up resources is manual, cumbersome and prone to errors We could automate most of this to improve user experience when debugging....
Coming from https://github.com/aws/eks-anywhere/pull/1356#discussion_r819556055 **What would you like to be added**: ~~[This code](https://github.com/aws/eks-anywhere/blob/main/pkg/crypto/validator.go#L36) in `TlsValidator.HasSelfSignedCert()` is not very accurate. Generally a certificate is self signed if the issuer and subject are...
Fixes CVE-2022-27191 I don't think this project was affected by the vulnerability since the bug was in the `crypto/ssh` package and I believe this repo only imports `crypto/bcrypt`. But useful...
**What would you like to be added**: Avoid using `kubectl apply --force` from the CLI. Specially to apply changes to the eks-a resources. **Why is this needed**: `kubectl apply --force`...
**What would you like to be added**: When generating dev Bundles, always increase the number in the name: `bundles-2` -> `bundles-3`... **Why is this needed**: While debugging some of the...
This is the image that Snow users will use to run the eks-a CLI to manage eks-a clusters - [x] Allow to pull all images needed for eks-a and store...