cluster-api-provider-openstack
cluster-api-provider-openstack copied to clipboard
/kind bug **What steps did you take and what happened:** We are using the following spec to create the cluster. ``` apiVersion: infrastructure.cluster.x-k8s.io/v1alpha5 kind: OpenStackCluster metadata: name: test namespace: default...
/kind feature **Describe the solution you'd like** When creating k8s worker nodes we would like to see a node label indicating (or representing) the underlying physical compute node so that...
This is an automated cherry-pick of #1768 /assign mdbooth
/kind feature **Describe the solution you'd like** CAPI 1.6 updates controller-runtime to v0.16, which add support for serving metrics securely. We should add support for that to CAPO. **Anything else...
**What this PR does / why we need it**: Update Gophercloud + Utils to v2-beta /hold
This series of commits is intended to make the marshalling of our API objects more deterministic. It primarily consists of: * making optional fields into pointers * giving non-optional fields...
/kind bug **What steps did you take and what happened:** I am trying to create a single node openstack cluster (without-lb flavor) using clusterctl command. The infrastructure is provisioned and...
/kind bug **What steps did you take and what happened:** The [getting started section](https://cluster-api-openstack.sigs.k8s.io/getting-started) on the docs [inherits the docs](https://github.com/kubernetes-sigs/cluster-api-provider-openstack/blob/main/docs/book/src/getting-started.md) from the `cluster-api` repo. This causes various links to be...
/kind feature **Describe the solution you'd like** I want to be able to specify in the `OpenStackCluster` resource prefixes for the following resources which are now constants: * network -...
**What this PR does / why we need it**: A follow-up from @mdbooth & @lentzi90's comments on https://github.com/kubernetes-sigs/cluster-api-provider-openstack/pull/1788. - Remove useless logging for port loop - API changes for Dependent...