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 **Describe the solution you'd like** https://github.com/kubernetes-sigs/cluster-api-provider-aws/pull/4344 introduces a common ground for collaboration on ROSA CAPA and basic ability to spin up a new cluster. This is an umbrella...
/kind bug **What steps did you take and what happened:** * Create a cluster with: `clusterctl generate cluster foo --kubernetes-version=1.26.0 | kubectl apply -f -` * Pause `AWSCluster` `foo` instance...
/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] Recently, customisation of ingressRules was added for controlPlaneLB securityGroup. Similarly, node security...
/kind feature **Describe the solution you'd like** OVN Kubernetes allows you to configure IPSEC to create an encrypted network between nodes within a cluster. To use this feature, both worker...
/kind bug **What steps did you take and what happened:** * create stack1 in region1 * create stack1 in region2 **What did you expect to happen:** * stack1 becomes available...
Seeing a panic when creating a cluster with a nil `Cluster.Spec.ControlPlaneRef`. Fix in #4817 ``` E0226 15:27:32.383242 89 controller.go:329] "Reconciler error" err="panic: runtime error: invalid memory address or nil pointer...
We are temporarily disabling the dependency report in the release notes generation for the `release-2.3` branch due to an issue with the change to use go 1.21. We need to...
Cluster API MachineDeployment cannot join cluster. Also, when I increase the replica count of the control plane, the cluster is not get provisioned. Here is the status output ``` NAME...
/kind feature **Describe the solution you'd like** Infer the Availability Zones from the provided subnets instead of passing it as a field through the API. **Anything else you would like...
/kind feature **Describe the solution you'd like** provide validation for RosaCluster and RosaControlPlane types fields, either through Kubebuilder built-in validation or [CEL](https://kubernetes.io/docs/reference/using-api/cel/). **Anything else you would like to add:** [Miscellaneous...