cloud-provider-openstack
cloud-provider-openstack copied to clipboard
This is a manual backport of #2862 (`master`) and #2871 (`release-1.32`). As noted in the first commit, the merge conflict was trivial and due to the absence of #2734, which...
Reverts kubernetes/cloud-provider-openstack#2721 Let's roll this back to 22.04 jammy, since devstack starts to complain
**What this PR does / why we need it**: **Which issue this PR fixes(if applicable)**: fixes #2875 **Special notes for reviewers**: **Release note**: ```release-note [cinder-csi-plugin] add POSIX shell to docker...
/kind bug Hello everyone **What happened**: I'm evaluating openstack-cinder-csi as a CSI provider for my kubernetes cluster and I couldn't resize my PVC. When looking at the openstack-cinder-csi-nodeplugin pod logs,...
**What this PR does / why we need it**: Use the generated VolumeContext. **Which issue this PR fixes(if applicable)**: fixes #2863 **Special notes for reviewers**: **Release note**: ```release-note NONE ```
/kind bug **What happened**: We changed the clustername and the ccm is trying to change the name of the healthmonitor, which results in an error, which also happens locally, see...
Hello together, I used juju charms to deploy the openstack cloud controller manager in version 1.30 with the following configuration: ``` floating-network-id: ${external_network} lb-floating-network: ${external_network} lb-subnet: ${cluster_subnet} manage-security-groups: true subnet-id:...
**What this PR does / why we need it**: This is a patch that came out of my work on https://github.com/kubernetes/cloud-provider-openstack/issues/2861. Currently, generation of the topology request for the Cinder...
**What this PR does / why we need it**: Add more context about the `node-selector` service annotation and how to use it in combination with the `node.kubernetes.io/exclude-from-external-load-balancers` node label. **Which...
According to the docs: https://github.com/kubernetes/cloud-provider-openstack/blob/master/docs/octavia-ingress-controller/using-octavia-ingress-controller.md The octavia-ingress-controller could solve all the above problems in the OpenStack environment by creating a single load balancer for multiple [NodePort](https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport) type services in an...