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 bug /kind cleanup The [commit](https://github.com/kubernetes-sigs/cluster-api-provider-aws/commit/4812465210f4d40ef41add5c87b11c1c9b1bf598) that introduced gorelease building includes the following line for setting the `RELEASE_BRANCH` variable: ``` echo "RELEASE_BRANCH=release-$(echo ${GITHUB_REF_NAME} | grep -Eo '[0-9]\.[0-9]+')" >> $GITHUB_ENV ```...
**What type of PR is this?** /kind bug **What this PR does / why we need it**: EKS does not allow for both a VPC config update and a logging...
When creating a new AWSCluster, part of the infrastructure is creating Security Groups for machines to use. Currently, the `Node Port Services` security group allows access from any IP. Should...
/kind bug **What steps did you take and what happened:** We using gitOps workflow to provision ROSA-HCP. The required CRs; RosaControlPlane, RosaCluster, RosaMachinePool, Cluster and MachinePool are stored in a...
/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] if we can fill the subnets name in the template . when...
/kind bug **What steps did you take and what happened:** When applying the [rosa-machinepool.yaml](https://github.com/kubernetes-sigs/cluster-api-provider-aws/blob/main/templates/cluster-template-rosa-machinepool.yaml) template, Creating the MachinePool CR raise an error from the webhook validation as the MachinePool feature...
/kind bug **What steps did you take and what happened:** The [rosa-machinepool.yaml ](https://github.com/kubernetes-sigs/cluster-api-provider-aws/blob/main/templates/cluster-template-rosa-machinepool.yaml#L73)template has a type in the ROSAMachinePool CR kind **What did you expect to happen:** When apply the...
/kind feature **Describe the solution you'd like** `ROSAMachinePools` should support `MachinePoolsMachines` **Anything else you would like to add:** see https://github.com/kubernetes-sigs/cluster-api/blob/11620ba36a789cfcbeab76882025be6ca907f24b/docs/proposals/20220209-machinepool-machines.md#enabling-machinepoolmachines **Environment:** - Cluster-api-provider-aws version: - Kubernetes version: (use `kubectl version`):...
/kind feature **Describe the solution you'd like** `ROSAControlPlane` CRD should be extended to include the following fields: - Autoscaling - ComputeMachineType - ServiceCIDR - PodCIDR - HostPrefix - PrivateLink -...
/kind feature We try to adopt CAPI+CAPA for our cluster to have same configuration, but find something not supported in the launch template. **Describe the solution you'd like** In the...