cluster-api-provider-openstack
cluster-api-provider-openstack copied to clipboard
/kind feature **Describe the solution you'd like** We should put control plane nodes in a server group with the soft anti-affinity policy to decrease the risk that a hypervisor failure...
/kind documentation When I first tried to run [E2E tests locally](https://github.com/kubernetes-sigs/cluster-api-provider-openstack/blob/main/docs/book/src/development/development.md#running-e2e-tests-locally), I faced some problems such as machine spec is not enough, neutron trunking must be configured, image size have...
/kind feature **Describe the solution you'd like** The current CAPO assumes necessary flavors already exist and specify one of their names in [the cluster configuration](https://cluster-api.sigs.k8s.io/user/quick-start.html#generating-the-cluster-configuration) , but it's more convenient...
/kind feature # Goals This feature intends to support deployments where the user wants to distribute their cluster's control plane across multiple failure domains. A failure domain describe a set...
/kind bug **What steps did you take and what happened:** I set `disablePortSecurity: false` and `securityGroups: []` on a port, and the port got the default security groups for the...
/kind documentation This is not a code issue specifically but we were wondering if there exists any data or guidelines around CAPO cluster scalability. Thinking more specifically around; Number of...
Signed-off-by: modzilla99 **What this PR does / why we need it**: With that PR you'll be able to deploy Cilium with SecurityGroups enabled. **TODOs**: - [ ] squashed commits -...
/kind feature **Describe the solution you'd like** Auto-scaling to and from zero nodes has been implemented upstream - https://github.com/kubernetes/autoscaler/pull/4840. We should make sure that we implement the provider side of...
/kind feature **Describe the solution you'd like** I'm facing a little trouble trying to return some useful data. I'm creating OpenStack instances using flavors and I want to return the...
/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] we stated v1alpha3/4 is for CAPI v1alpahx version and now CAPI is...