cloud-provider-openstack
cloud-provider-openstack copied to clipboard
**What this PR does / why we need it**: If OpenStack quotas for volumes are exceeded, the driver currently returns the gRPC call with code `Internal`. This is not propagated...
**What this PR does / why we need it**: Aligning labels to Kubernetes standard ones. https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/#labels. **Which issue this PR fixes(if applicable)**: fixes # **Special notes for reviewers**: **Release note**:...
**What this PR does / why we need it**: Support muilple share rules. **Which issue this PR fixes(if applicable)**: fixes #2725 **Special notes for reviewers**: As I don't have a...
/kind feature **What happened**: Currently the occm daemonSet only exposes the port `10258` and binds `0.0.0.0` for service monitor when `.Values.serviceMonitor.enabled` set to `true`. If we want to create a...
Currently, when performing a rollout restart or stopping and restarting a pod, I frequently encounter the following error: AttachVolume.Attach failed for volume "pvc-4479eb54-988f-4671-bd28-c1faadfaf0c1" rpc error: code = Internal desc =...
**Is this a BUG REPORT or FEATURE REQUEST?**: /kind feature **What happened**: This task is similar to #2655 Currently manila csi nodeserver takes credentials from the `node-publish-secret-*` and `node-stage-secret-*` secrets....
**What this PR does / why we need it**: The OpenStack Cloud Controller Manager is a critical component of the Kubernetes control plane when running on OpenStack. It should ideally...
The daemonset Pod of openstack-manila-csi doesn't startup, container `nfs-nodeplugin` log shows: `1 main.go:111] Driver node service initialization failed: node ID is missing` this issue only happens in HELM Chart version:...
/kind feature **What happened**: When multiple Ingress resources are created in the Kubernetes cluster, each with the kubernetes.io/ingress.class: "openstack" annotation (or the corresponding ingressClassName), the octavia-ingress-controller creates a separate Octavia...
**What this PR does / why we need it**: OCCM helm chart binds clusterrole 'system:auth-delegator' to service account `openstack-cloud-controller-manager` for service monitor, the value is read from ` occm.name `....