cluster-api-provider-openstack
cluster-api-provider-openstack copied to clipboard
/kind bug **What steps did you take and what happened:** `kubectl delete cluster capi-quickstart` output of control manager is: ```"="capi-quickstart-md-0-5fd4j" "namespace"="default" "openStackCluster"="capi-quickstart" "openStackMachine"="capi-quickstart-md-0-5fd4j" "reconciler group"="infrastructure.cluster.x-k8s.io" "reconciler kind"="OpenStackMachine" I0615 07:39:49.553344 1...
/kind feature **Describe the solution you'd like** Starting from CAPI v1.3, Ginkgo v2 will be used (https://github.com/kubernetes-sigs/cluster-api/pull/6906). For bumping to CAPI 1.3 version, we should also migrate e2e tests to...
There is a new logging guideline in CAPI and following this guideline and making logs consistent with CAPI will improve UX. Guideline: https://github.com/kubernetes-sigs/cluster-api/pull/6969 / https://main.cluster-api.sigs.k8s.io/developer/logging.html and this is the CAPI...
**What this PR does / why we need it**: With this PR we set `failureReason` & `failureMessage` of the OpenStackMachine for the following three cases: * Instance not found *...
/kind feature **Describe the solution you'd like** openstack template only has rootvolume, but i want to my own volume **Anything else you would like to add:** [Miscellaneous information that will...
**What this PR does / why we need it**: **Which issue(s) this PR fixes** *(optional, in `fixes #(, fixes #, ...)` format, will close the issue(s) when PR gets merged)*:...
/kind feature **Describe the solution you'd like** I would like to be able to use Flatcar linux for the control plane and worker nodes with CAPO. **Anything else you would...
**What this PR does / why we need it**: A cluster deletion also deletes the CCM. Potentially, load balancers managed by CCM remain in the cluster's network. This blocks network...
/kind feature **Describe the solution you'd like** Our IaaS-provider provides multiple flavors for loadbalancers. To make use of one of them, in the create-call the `flavor` must be given, e.g.:...
/kind feature OpenStackMachine reconciliation stops (for ever) on transient and non transient OpenStack API errors * reconciler does not differentiate between * transient API errors, e.g., InternalServerError, connectivity problems *...