gcp-compute-persistent-disk-csi-driver icon indicating copy to clipboard operation
gcp-compute-persistent-disk-csi-driver copied to clipboard

The Google Compute Engine Persistent Disk (GCE PD) Container Storage Interface (CSI) Storage Plugin.

Results 145 gcp-compute-persistent-disk-csi-driver issues
Sort by recently updated
recently updated
newest added

According to the [Kubernetes Version Recommendation section](https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/tree/master?tab=readme-ov-file#kubernetes-version-recommendations) in the repo's README, the compatibility matrix for v1.13 points to the HEAD commit of the Kubernetes repo. This was previously k8s. Since...

hyperdisks-balanced disks are not usable on most (?) VMs. Similarly, regular persistent disks are not usable on N4/C4 VMs. It makes scheduling of Pods that use hyperdisk-balanced PVs challenging on...

Driver can not parse tag value with a coma: ``` $ oc -n openshift-cluster-csi-drivers get deployment.apps/gcp-pd-csi-driver-controller -o json | jq '.spec.template.spec.containers[0].args[-1]' "--extra-tags=parent1/key1/value,with,coma/parent2/key2/value2" ``` ``` $ oc -n openshift-cluster-csi-drivers logs pod/gcp-pd-csi-driver-controller-654845fb89-dqlrp...

N4 instances can use only hyperdisk-balanced disks and they have a different attach limit than regular "persistent disks": https://cloud.google.com/compute/docs/general-purpose-machines#disk_and_capacity_limits_2 The CSI driver should report 20 disks per n4-standard-2, now it...

When creating a hyperdisk-balanced volume of size less than 6Gi the automatically configured iops is less than 3000, this causes an issue when resizing the storage as the minimum allowed...