cluster-api-provider-aws
cluster-api-provider-aws copied to clipboard
Kubernetes Cluster API Provider AWS provides consistent deployment and day 2 operations of "self-managed" and EKS Kubernetes clusters on AWS.
/kind feature /area testing /help /triage accepted /priority important-soon **Describe the solution you'd like** As a follow-up to #3518 we need to enhance the e2e tests to cover ALBs. Currently,...
**What steps did you take and what happened:** With the cluster-api-provider-aws, the `kubeconfig` secret contains a hinted token which is retrieved by the AWS STS service (check [here](https://github.com/kubernetes-sigs/aws-iam-authenticator#api-authorization-from-outside-a-cluster) for reference)...
/kind bug **What steps did you take and what happened:** Cluster with spec: ```yaml apiVersion: v1 kind: List items: - apiVersion: cluster.x-k8s.io/v1beta1 kind: Cluster metadata: name: aws-us-east-1-capi-eks-quickstart namespace: aws-us-east-1 spec:...
/kind refactor **Describe the solution you'd like** Currently, CAPA does not requeue for EKS cluster creation / update, instead, it continues on reconciliation. - Creation: It waits for cluster to...
/kind bug **What steps did you take and what happened:** Try updating EKS cluster's logging config and vpc config at a time. EKS doesn't allow multiple types of updates at...
/kind feature from my backgroup, I consider to use native network work with k8s, like `EKS`. however, cluster-api-provider-aws not support it yet. can we consider to support amazon-vpc-cni-k8s support ?...
/kind feature **Describe the solution you'd like** We should migrate away from using sigs.k8s.io in AWS tag names and instead use x-k8s.io. This applies to all tags prefixed with `sigs.k8s.io/cluster-api-provider-aws/`....
/kind bug **What steps did you take and what happened:** 1. I created a capa cluster, with an account that was missing a required permission (ELB). 1. The controller provisioned...
/kind bug The AWSMachine object has a handful of mutable fields: `additionalTags`, `additionalSecurityGroups`. The general guidance for deploying CAPI infrastructure is to use MachineDeployments for worker nodes. This makes sense,...
/kind feature **Describe the solution you'd like** My organization requires a specific tag on all EC2 instances. Currently tags are not propagated down to EC2 instances. **Anything else you would...