Vince Prignano
Vince Prignano
* CAEP: https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20210526-cluster-class-and-managed-topologies.md * Feature gate state: * [x] Alpha (disabled per default): v0.4 * [ ] Beta (enabled per default): TBD * [ ] Audit open issues: https://github.com/kubernetes-sigs/cluster-api/labels/area%2Fclusterclass *...
The current Cluster interface https://github.com/kubernetes-sigs/controller-runtime/blob/f127c11669de63e97a0e568b53b09362c8735154/pkg/cluster/cluster.go#L39-L75 exposes a number of methods that start with `Get[...]`, could we consider a breaking change to remove these?
Currently we allow to specify a fixed number of nodes for each controller. After attending the talk at KubeCon on how to scale Cluster API to 2k clusters (link tba),...
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 feature **Describe the solution you'd like** Alongside and for similar reasons to #4554. - Add the ability to create or use a current Route53 zone. - Add the ability...