cloud-provider-openstack
cloud-provider-openstack copied to clipboard
**Is this a BUG REPORT or FEATURE REQUEST?**: > Uncomment only one, leave it on its own line: > > /kind bug /kind feature **What happened**: seems no CI for...
**Is this a BUG REPORT or FEATURE REQUEST?**: /kind feature **What happened**: Manila has replicas API that allows to replicate the share across multiple availability zones. With replication_type=dr it's possible...
/kind bug (though this is potentially more question than bug) **What happened**: The `ignore-volume-az` option is documented like so: > `ignore-volume-az` Optional. When `Topology` feature enabled, by default, PV volume...
**Is this a BUG REPORT or FEATURE REQUEST?**: /kind feature **What happened**: Some OpenStack deployments can have middlewares that limit an amount of POST/PUT requests, which are categorized as write...
**Is this a BUG REPORT or FEATURE REQUEST?**: > Uncomment only one, leave it on its own line: > > /kind bug > /kind feature **What happened**: We are following...
**What this PR does / why we need it**: In order to the nodes of one cluster can access each other, route controller need to check and set three things:...
**Is this a BUG REPORT or FEATURE REQUEST?**: /kind feature **What happened**: As a user I would like to re-use load balancers for services by specifying the floating IP to...
**What this PR does / why we need it**: This PR implement a PVC watcher. When the watcher receive a PVC ADDED event and PVC with VolumeSnapshot kind dataSource, the...
**What this PR does / why we need it**: This PR improves the loadbalancer code readability and maintainability. **Which issue this PR fixes(if applicable)**: fixes #2374 **Special notes for reviewers**:...
fixes https://github.com/kubernetes/cloud-provider-openstack/issues/1980 ```release-note - adds support for parameter in storageClass for csi_chart ```