eks-anywhere
eks-anywhere copied to clipboard
Run Amazon EKS on your own infrastructure 🚀
Validate the vSphere EKSA_VSPHERE_USERNAME and EKSA_VSPHERE_PASSORD does not contain a backslash. Ideally, we'd base64 encode this, but maybe it is a capv problem. Work around, use username@domain instead of domain\username
The SSH key(s) for a user is one of the input fields in the provider Machine configs, to allow connecting to a node via SSH. This field is made mutable...
**What happened**: When creating a cluster on my vmware cluster I can't make it past "Creating new workload cluster" if I attempt to provide a key format like ssh-ed25519 ```...
**What happened**: Attempting to bootstrap an EKS Anywhere cluster using a (very) long name for the `Cluster` (and other) resources causes the `kind` bootstrap cluster to fail creating. Amongst the...
**What happened**: Ubuntu worker VMs stuck in provisioned state when UEFI is enabled DNS name shows "localhost" most VMs are in bootstrap cluster (with only 2 control-plane VMs visible in...
**What would you like to be added**: **Why is this needed**:
Issue to track demand for extended support for Kubernetes versions in EKS Anywhere. For reference, see this what's new post for EKS: https://aws.amazon.com/about-aws/whats-new/2023/10/amazon-eks-support-kubernetes-versions-preview/
*Description of changes:* This PR aims to update the in-place upgrade design doc to reflect the changes in the current design. Here are some of the main changes in the...
**What happened**: Uploading bottlerocket images to vsphere fails. **What you expected to happen**: New bottlerocket images should be uploaded to vsphere. **How to reproduce it (as minimally and precisely as...
**What happened**: EKS Anywhere's write-netplan action failed because `DEST_DISK` value is incorrect. **What you expected to happen**: EKS Anywhere's write-netplan action should also succeed when using Ubuntu. **How to reproduce...