cluster-api-provider-openstack
cluster-api-provider-openstack copied to clipboard
/kind bug **What steps did you take and what happened:** It seems like https://github.com/kubernetes-sigs/cluster-api-provider-openstack/pull/1920 broke the defaulting webhook for openstackcluster in v1beta1. Error during apply: ``` [2024-03-05T18:41:23+0100]: {'kind': 'Status', 'apiVersion':...
/kind bug **What steps did you take and what happened:** Create cluster with a user without load_balancer_member role. Delete cluster >> Deleted Failed>> Add load_balancer_member role for this user. Delete...
/kind feature **Describe the solution you'd like** Some private clouds use provider networks instead self service networks. So it will be nice if we can create k8s multi control planes...
/kind bug **What steps did you take and what happened:** I removed one of master nodes from OpenStack Horizon dashboard ( I have 3 master nodes). After that another node...
/kind bug ovsHWUpload is not required on a fully patched Yoga or later cloud. Nova will now set this in the binding profile itself on attach: https://bugs.launchpad.net/nova/+bug/2020813 As it requires...
**What this PR does / why we need it**: TODO: write me Fixes #1649 cc @stephenfin /hold
CAPI v1.7.0-beta.0 has been released and is ready for testing. Looking forward to your feedback before v1.7.0 release! ## For quick reference - [CAPI v1.7.0-beta.0 release notes](https://github.com/kubernetes-sigs/cluster-api/releases/tag/v1.7.0-beta.0) - [Shortcut to...
/kind bug The purpose of ReferencedMachineResources is to contain unambiguous, fully resolved references to external resources such that the controller can subsequently create resources without further lookups. Unfortunately our referenced...
**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)*:...
**What this PR does / why we need it**: Implements new CRD for OpenstackServerGroup in v1beta1 to allow managed Server Groups with standard policies, and adds ServerGroupRef to OpenstackMachine that...