cloud-provider-openstack
cloud-provider-openstack copied to clipboard
**What this PR does / why we need it**: **Which issue this PR fixes(if applicable)**: fixes # **Special notes for reviewers**: **Release note**: ```release-note NONE ```
It seems that we're testing with `stable/2023.2` at the moment, and as of this issue being filed the latest is `stable/2025.1`. https://github.com/kubernetes/cloud-provider-openstack/blob/1d06879a8af0292acf29bc5f258df422bf2489b5/tests/playbooks/roles/install-devstack/defaults/main.yaml#L4 The latest version of DevStack ships with the...
**What this PR does / why we need it**: **Which issue this PR fixes(if applicable)**: fixes # **Special notes for reviewers**: **Release note**: ```release-note NONE ```
**What this PR does / why we need it**: Bump the version of DevStack used in CI from Bobcat (2023.2), which is now EOL, to Dalmatian (2024.2). A future change...
**What this PR does / why we need it**: Bump the version of DevStack used in CI from Bobcat (2023.2), which is now EOL, to Caracal (2024.1). A future change...
Description: We’ve identified an issue with the CSI-Cinder plugin where it is sending requests to the wrong URL for the Cinder API. The plugin is using the URL: https://cinder_api_url:8776/ while...
/kind bug https://github.com/kubernetes/k8s.io/issues/1523 gcr.io/k8s-testimages is a legacy Google-owned GCR/AR repo. We should migrate to a community-owned AR registry. See for example https://github.com/kubernetes/k8s.io/issues/1523#issuecomment-918396791 https://github.com/kubernetes/cloud-provider-openstack/blob/e2e1a5bd204d559a7b61e279aba8709dc8e2d263/cloudbuild.yaml#L12 /priority important-soon
**What this PR does / why we need it**: If a service was previously of type LoadBalancer, then was switched to another type (for instance NodePort) and the service is...
A default deployment of cinder CSI results in constant errors in logs: ``` csi-snapshotter W0210 21:36:23.865665 1 reflector.go:424] github.com/kubernetes-csi/external-snapshotter/client/v6/informers/externalversions/factory.go:117: failed to list *v1.VolumeSnapshotContent: the server could not find the requested...
When an port with UDP is specified in the service definition and the service is configured with proxyProtocol, the pool will get PROXY as the pool type, while it should...