cluster-api-provider-openstack
cluster-api-provider-openstack copied to clipboard
/kind bug **What steps did you take and what happened:** In e2e, when tearing down the tests, we remove the namespace that was used. In that namespace, there is the...
Design proposal for https://github.com/kubernetes-sigs/cluster-api-provider-openstack/issues/2020 /hold
/kind bug if a Glance image is missing, this is the error that we get: ``` "Reconciler error" err="no images were found with the given image filter: { 0xc00071b0c0}" controller="openstackmachine"...
We want an e2e test that makes use of the clusterclass-dev template. _Originally posted by @lentzi90 in https://github.com/kubernetes-sigs/cluster-api-provider-openstack/pull/2101#pullrequestreview-2081765538_
Traditionally, the clusterctl upgrade tests created a workload cluster to be used as secondary management cluster, with the old versions deployed. From that cluster, another workload test cluster was created...
hello there, i was wondering what would be the best way to support http_proxy globally ? i am required to use an internal http_proxy and i want to make sure...
/kind bug In v0.9, if the instance is in error state we call `GarbageCollectErrorInstancesPort`, which doesn't support trunk ports: https://github.com/kubernetes-sigs/cluster-api-provider-openstack/blob/4042fc614c8b06be42032b2c94a970670f6288b7/pkg/cloud/services/compute/instance.go#L677-L687 This isn't the case on main, which has a completely...
/kind bug I have a neutron policy which doesn't allow normal users to delete floating IPs. `"delete_floatingip": "(rule:admin_only)"` Now with this policy when I try to delete k8s cluster then...
/kind feature **Describe the solution you'd like** - As a security/network operator, I want CAPO resources to be easily identifiable by their name and hostname, so that I can keep...
**What this PR does / why we need it**: This adds a new field to the spec of OpenStackMachines: `namePrefix`. It is an optional field that can be specified as...