cloud-provider-openstack
cloud-provider-openstack copied to clipboard
**Is this a BUG REPORT or FEATURE REQUEST?**: > /kind feature **Feature** Allow restricting backend pools with a node label selector. I propose adding an annotation such as `loadbalancer.openstack.org/node-selector` that...
**What this PR does / why we need it**: As set out in the issue this is the correct OpenStack API to use when polling volume attachment and detachment from...
/kind feature **What happened**: The current volume attach and detach code within the cinder-csi-plugin uses Nova's os-volume_attachments API [1] to initially attach [2] and later detach [3] a volume from...
**Is this a BUG REPORT or FEATURE REQUEST?**: /kind feature **What happened**: https://github.com/kubernetes/test-infra/tree/master/kubetest#deprecation-notice kubetest has been deprecated in favor of kubetest2. **What you expected to happen**: **How to reproduce it**:...
**Is this a BUG REPORT or FEATURE REQUEST?**: /kind bug **What happened**: When starting the csi plugin it is not able to communicate with keystone. It will get stuck in...
/kind feature I am noticed that openstack-client supports multi-region config. https://github.com/gophercloud/utils/blob/master/openstack/clientconfig/testing/clouds.yaml#L160-L171 What do you think to add the multi-region support in one OCCM, based on the config-file, after #1900 ?...
/kind feature **What happened**: Hello. I have a multi-region OpenStack setup for one Kubernetes cluster. Each region has its independent OpenStack installation. Currently, OCCM does not support multi-region installation. And...
**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 ```
Can repo admins publish the helm charts for occm, cinder-csi and manila-csi to [ArtifactHub.io](https://artifacthub.io/) too? For organizations that use Harbor as image and charts registry this would make it very...
This should help with keeping the GitHub actions updated on new releases. This will also help with keeping it secure. Dependabot helps in keeping the supply chain secure https://docs.github.com/en/code-security/dependabot GitHub...