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:** Create a cluster using `capa-ami-amazon-2-v1.25.12` image. Control-plane node won't be started and the following error will be in control-plane `kubelet`...
**What type of PR is this?** /kind cleanup /kind deprecation **What this PR does / why we need it**: This PR migrates elb to AWS SDK V2 **Which issue(s) this...
**What type of PR is this?** /kind cleanup **What this PR does / why we need it**: Migrate ELB garbage collection to AWS SDK v2 **Which issue(s) this PR fixes**...
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start)...
**What type of PR is this?** /kind feature **What this PR does / why we need it**: **Which issue(s) this PR fixes** *(optional, in `fixes #(, fixes #, ...)` format,...
Bumps [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) from 2.2.1 to 2.3.0. Release notes Sourced from github.com/go-viper/mapstructure/v2's releases. v2.3.0 What's Changed build(deps): bump actions/checkout from 4.1.7 to 4.2.0 by @dependabot in go-viper/mapstructure#46 build(deps): bump golangci/golangci-lint-action from...
Bumps [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) from 2.2.1 to 2.3.0. Release notes Sourced from github.com/go-viper/mapstructure/v2's releases. v2.3.0 What's Changed build(deps): bump actions/checkout from 4.1.7 to 4.2.0 by @dependabot in go-viper/mapstructure#46 build(deps): bump golangci/golangci-lint-action from...
**What type of PR is this?** /kind feature **What this PR does / why we need it**: LoadBalancers take many minutes to become available after creation. We currently wait synchronously...
/kind feature **Describe the solution you'd like** LoadBalancers take many minutes to become available after creation. We currently wait synchronously for a loadbalancer to become available immediately after creation: https://github.com/kubernetes-sigs/cluster-api-provider-aws/blob/63b8bcf1b3860347d6f860a3dd5bd582d1899a95/pkg/cloud/services/elb/loadbalancer.go#L128-L133...
/kind bug **What steps did you take and what happened:** i applied the manifests ```yaml apiVersion: infrastructure.cluster.x-k8s.io/v1beta2 kind: AWSClusterStaticIdentity metadata: name: aws-micro-kube-identity namespace: aws-micro-kube spec: allowedNamespaces: list: - aws-micro-kube secretRef:...