Vivek Koppuru
Vivek Koppuru
*Issue #, if available:* *Description of changes:* Adding ability to read credentials from the credentials secret provided by the capas provider in order to construct the aws client maps. *Testing...
*Issue #, if available:* *Description of changes:* Continuation of addressing comments from https://github.com/aws/eks-anywhere/pull/2724 and https://github.com/aws/eks-anywhere/pull/2817 for the snow machine config controller work. Specifically addressing https://github.com/aws/eks-anywhere/pull/2724#discussion_r931324391 *Testing (if applicable):* unit test...
Currently users need to add the following permissions to their users/roles when creating an EKS-A cluster. https://anywhere.eks.amazonaws.com/docs/reference/vsphere/vsphere-preparation/ However, we currently don't have robust validations on whether the user they provide...
Currently, we build the aws clients per device based on the creds that are passed in. For this CLI, this is the credentials file that gets passed in as an...
Add a presubmit to validate output of `make generate` when creating the generated code in the `api` package. Right now, we just have a suggestion to remind the user to...
*Issue #, if available:* *Description of changes:* After working with a user on this, we found out that missing the `Sessions.ValidateSession` permission results in the capv caching mechanism for sessions...
As noted in https://github.com/aws/eks-anywhere/issues/3368, we need to add additional documentation for machines where the `image-builder` user cannot access the `/tmp` directory in order to properly run the ubuntu image builds...
Based on the version of the CLI, we require that certain tags be present on the OVA depending on the EKS-D release specified in that version of our bundles. However...
We want to undo https://github.com/aws/eks-anywhere/pull/3262 as soon as Go makes the appropriate fix here https://github.com/golang/go/issues/52010. Currently slated for `1.20` release, so when we upgrade to that version we should be...
**What would you like to be added**: As mentioned in https://github.com/aws/eks-anywhere/issues/362, we want the ability to be able to modify configuration of the cni being installed (for example cilium in...