eks-anywhere
eks-anywhere copied to clipboard
Run Amazon EKS on your own infrastructure π
NutanixBundle contains the cluster API controller image and version. Also updated the corresponding bundles CRD.
Issue #, if available: https://github.com/aws/eks-anywhere/issues/2260 Description of changes: First PR of many covering changes required to support full lifecycle API controller. This moves the cloudstackmachinetemplate generation for control planes to...
*Issue #, if available:* https://github.com/aws/eks-anywhere/issues/2260 *Description of changes:* This PR adds the functions for the EKS-A controller to reconcile upgrades and consider an external etcd cluster. *Testing (if applicable):* Successfully...
When running the CLI to create clusters that have a control plane size of 1 outputs the warning message `Warning: The recommended number of control plane nodes is 3 or...
**What happened**: When creating a 3 control plane Bottlerocket EKS Anywhere cluster from an existing management, the first control plane node always fails because of MachineHealthCheck failure and gets deleted...
**What happened**: After running the upgrade command with the original cluster config, where the SSH keys are auto-generated, removes the SSH key from the cluster nodes. Describing the `KubeadmControlPlane` shows...
**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...
**What happened**: Running cluster upgrade command for workload cluster with changes to the AWSIamConfig updates the `aws-auth` config map on the management cluster and not the workload cluster. **What you...