cloud-provider-openstack
cloud-provider-openstack copied to clipboard
**What this PR does / why we need it**: This PR adds an ability to use PVC annotations to create persistent volumes with extra options. For manila-csi-plugin a new `groupID`...
**What this PR does / why we need it**: Update `applyNodeSecurityGroupIDForLB()` to also lookup ports that have the SG tag and detach the SG from the ports that don't belong...
Current code assumes that if a Node has been removed from the list on `UpdateLoadBalancer()`, we don't care about it's security group. We could update `applyNodeSecurityGroupIDForLB()` to also lookup ports...
/kind bug **What happened**: During the volume expansion process, there is a risk of accidentally resizing an unmanaged ([raw](https://kubernetes-csi.github.io/docs/raw-block.html)) block device if it already has a file system on it....
**Is this a BUG REPORT or FEATURE REQUEST?**: > Uncomment only one, leave it on its own line: > /kind bug > /kind feature **What happened**: While debugging (a probably...
**What this PR does / why we need it**: Fixes `go list -m all` and replaces outdated `gopkg.in/yaml.v2` with `sigs.k8s.io/yaml` **Special notes for reviewers**: **Release note**: ```release-note NONE ```
**What this PR does / why we need it**: Hello, this PR modifies the openstack-cinder-csi helm chart to allow to use it with the multi cloud feature: https://github.com/kubernetes/cloud-provider-openstack/pull/2551 It fixes...
**Is this a BUG REPORT or FEATURE REQUEST?**: > Uncomment only one, leave it on its own line: > > /kind bug > /kind feature /kind bug **What happened**: Following...
**What this PR does / why we need it**: Adds the ability to change the LB Algorithm of an Octavia using an annotation. This PR brings a new annotation: ```yaml...
**What this PR does / why we need it**: implement [structured logging KEP 1602](https://github.com/kubernetes/enhancements/blob/master/keps/sig-instrumentation/1602-structured-logging/README.md#new-klog-methods) CSI plugins often use common values like node name, volume name, volume ID, and instance ID...