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** Add support for [boot modes](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-boot.html) **Anything else you would like to add:** Some OS vendors (e.g. Fedora CoreOS) produce AMIs that support both...
/kind bug **What steps did you take and what happened:** - Create a workload cluster with the experimental EKS Control Plane. - Create a MachinePool with `replicas: 5` and create...
/kind feature **Describe the solution you'd like** The PR https://github.com/kubernetes-sigs/cluster-api-provider-aws/pull/4037 added support for metadata options in the `AWSMachine` & `AWSMachineTemplate` specs. We need to have these EC2 metadata options configurable...
/kind feature In order to make a Route53 alias to the control plane load balancer, it would be nice to have the canonical hosted zone ID in the infrav1beta2.LoadBalancer object...
/kind bug **What steps did you take and what happened:** In essence, attempted to bootstrap a workload cluster while **not** using `clusteraws bootstrap iam create-cloudformation-stack`, but by taking the output...
/kind feature **Describe the solution you'd like** By default, Cluster API AWS organizes subnets so that most of the VPC address space goes to private subnets. While this is true...
/kind feature **Describe the solution you'd like** Enhance the AWSMachineTemplate to support multiple instance types, specifically an ordered of instances and spot market options to use when creating the ec2...
#4748 automated releases with GoReleaser. We can build on this configuration by making regular releases via another workflow. These could be nightly or weekly, depending on CI availability. This gives...
**What type of PR is this?** Add one of the following kinds: /kind support **What this PR does / why we need it**: ROSA pkgs can introduce conflicts that needs...
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4.0.0 to 5.0.0. Release notes Sourced from golangci/golangci-lint-action's releases. v5.0.0 What's Changed Changes feat: add support for pull_request_target and only-new-issues by @kovetskiy in golangci/golangci-lint-action#506 feat: add option...