cluster-api-provider-openstack
cluster-api-provider-openstack copied to clipboard
/kind bug **What steps did you take and what happened:** As can be seen in the [logs](https://prow.k8s.io/view/gs/kubernetes-jenkins/logs/periodic-cluster-api-provider-openstack-conformance-test-main-with-k8s-ci-artifacts/1737711524786475008#1:build-log.txt%3A1731), the conformance tests do not run any tests as it is now. ```...
/kind bug **What steps did you take and what happened:** When deploying OpenStack Zed with Neutron/Octavia/OVN, we have issues when creating the API load balancers and when pool is updated:...
Adds a new docs section on exposing the control plane endpoint. Covers some of the same ground as the configuration doc, but from a higher level.
/kind feature **Describe the solution you'd like** Possibility to associate floating IP with default port of cluster machine. **Anything else you would like to add:** This feature may be redundant...
/kind bug v1alpha6 and v1alpha7 both have Minlength=1 on Kind and Name, e.g.: https://github.com/kubernetes-sigs/cluster-api-provider-openstack/blob/ffe572e75e8fd9776d5909eb01a19fc1874ee8e3/api/v1alpha7/identity_types.go#L21 While v1beta1 has Required, it does not have a Minlength, so empty values are permitted: https://github.com/kubernetes-sigs/cluster-api-provider-openstack/blob/ffe572e75e8fd9776d5909eb01a19fc1874ee8e3/api/v1beta1/identity_types.go#L21
**What this PR does / why we need it**: A new CRD and controller which will manage the OpenStack servers in the cluster. #2020 #2021 **TODOs**: - [x] `OpenStackServer` API...
**What this PR does / why we need it**: This PR changes NodePorts to only be open from cluster network. **Which issue(s) this PR fixes** *(optional, in `fixes #(, fixes...
/kind bug **What steps did you take and what happened:** Creating cluster by Application Credentials without admin role will cause create router and network forever util exceed quota. But it...
**What this PR does / why we need it**: ### Wait and requeue if LB is in PENDING_DELETE If the LB that is being deleted when a cluster is deleted,...
This adds generation of applyconfiguration using code-generator from k/k. While the configuration isn't currently too complex, it's more complex than it will be eventually due to the different versions of...