eks-anywhere
eks-anywhere copied to clipboard
Run Amazon EKS on your own infrastructure π
**What happened**: `aws-iam-authenticator` pods are not working with error as below. ```bash $ kubectl -n kube-system logs aws-iam-authenticator-5qtf ... W0729 07:36:06.265507 1 client_config.go:615] Neither --kubeconfig nor --master was specified. Using...
*Issue #, if available:* *Description of changes:* Support for local registry for Baremetal provider *Testing (if applicable):* By submitting this pull request, I confirm that you can use, modify, copy,...
### Description EKS-A provides integration for `aws-iam-authenticator`. We need to enable and validate the integration for bare-metal cluster creation workflow.
*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):*...
*Issue #, if available:* *Description of changes:* Changes to cloudstack.go, clusterctl.go, bundles_template.yaml and various test/data files to actually use [PR-2854](https://github.com/aws/eks-anywhere/pull/2854)'s addition of kube-rbac-proxy to the bundle. *Testing (if applicable):* Ran...
*Issue #, if available:* *Description of changes:* Removed duplicate cloudStack keys in testdata bundles file. Re-ordered cloudStack sections to be alphabetical, consistent with other sections. *Testing (if applicable):* Unit tests...
*Issue #, if available:* #2878 *Description of changes:* Add --insecure flag to download images command *Testing (if applicable):* Manual test with and without --insecure on `download images` command By submitting...
**What happened**: `eksctl anywhere upgrade cluster` systematically fails validation due to `βValidation failed {"validation": "upgrade preflight validations pass", "error": "validation failed with 1 errors: aws iam identity provider is immutable",...
*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...
*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,...