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 **What steps did you take and what happened:** I used the following template to create a cluster: ``` apiVersion: infrastructure.cluster.x-k8s.io/v1beta1 kind: AWSCluster metadata: name: test-capi-oz namespace: default spec:...
/kind bug **What steps did you take and what happened:** I set `protocol` to uppercase "UDP" in `cniIngressRules` and it caused a panic. ```yaml apiVersion: infrastructure.cluster.x-k8s.io/v1beta2 kind: AWSCluster metadata: name:...
/kind flake **What steps did you take and what happened:** [A clear and concise description of what the bug is.] The test `[It] [unmanaged] [Cluster API Framework] Clusterctl Upgrade Spec...
/kind bug **What steps did you take and what happened:** During reconciling OIDC provider, https://github.com/kubernetes-sigs/cluster-api-provider-aws/blob/main/pkg/cloud/services/eks/oidc.go#L45, first the OIDC provider is created and the the trust policy configMap is created. In...
/kind bug **What steps did you take and what happened:** Updating the MachinePool, AWSMachinePool or KubeadmConfig resources does not trigger an instanceRefresh on the AWS ASG. I expect that with...
/kind bug **What steps did you take and what happened:** The cloud-controller-manager (CCM) can only use tagged resources; if they're missing, it will not create the ELB to back the...
/kind failing-test /area testing **What steps did you take and what happened:** E2E tests for CSIMigration is failing after [CAPI bump to v1.5.0](#4390). This needs to be fixed. The test...
/kind documentation /area provider/eks **Describe the solution you'd like** The [Bring your own infrastructure](https://cluster-api-aws.sigs.k8s.io/topics/bring-your-own-aws-infrastructure#security-groups) docs describe how to set up security group overrides for self-managed clusters, but the keys used...
/kind bug **What steps did you take and what happened:** Create an AKS cluster with a VPC endpoint. Then delete the cluster. All resources are being deleted besides the VPC...
/kind bug **What steps did you take and what happened:** Referring to the fixes done for custom rules here: https://github.com/kubernetes-sigs/cluster-api-provider-aws/pull/4304, created a cluster with custom IP CIDR instead of allowing...