external-provisioner icon indicating copy to clipboard operation
external-provisioner copied to clipboard

Sidecar container that watches Kubernetes PersistentVolumeClaim objects and triggers CreateVolume/DeleteVolume against a CSI endpoint

Results 88 external-provisioner issues
Sort by recently updated
recently updated
newest added

**What type of PR is this?** /kind cleanup **What this PR does / why we need it**: After the trial in csi-test and csi-driver-iscsi we want to role out the...

cncf-cla: yes
approved
kind/cleanup
release-note-none
size/S

Squashed 'release-tools/' changes from e4dab7ff5..d29a2e754 [d29a2e754](https://github.com/kubernetes-csi/csi-release-tools/commit/d29a2e754) Merge [pull request #198](https://github.com/kubernetes-csi/csi-release-tools/pull/198) from pohly/csi-test-5.0.0 [41cb70d38](https://github.com/kubernetes-csi/csi-release-tools/commit/41cb70d38) prow.sh: sanity testing with csi-test v5.0.0 [c85a63fbf](https://github.com/kubernetes-csi/csi-release-tools/commit/c85a63fbf) Merge [pull request #197](https://github.com/kubernetes-csi/csi-release-tools/pull/197) from pohly/fix-alpha-testing [b86d8e942](https://github.com/kubernetes-csi/csi-release-tools/commit/b86d8e942) support Kubernetes 1.25...

cncf-cla: yes
approved
size/M
release-note-none

The log in the external-provisoner: ![image](https://user-images.githubusercontent.com/13997135/159719591-06fb3d16-92b2-4442-b746-925806cf85a4.png) But the pv'status is Terminating: ![image](https://user-images.githubusercontent.com/13997135/159719763-0dcae968-b6c4-4848-8774-9d5f68d93709.png) NodeExpandVoume not exec, Only ControllerExpandVolume exec, the size of pvc not equal to the pv.(Because of the volume...

lifecycle/stale

Signed-off-by: Humble Chirammal > /kind failing-test --> ```release-note NONE ```

cncf-cla: yes
size/M
lgtm
release-note-none

Today, what happens with many block-based plugins is that the disk will be created at the larger size, but the filesystem (from the snapshot) is at the smaller size. Filesystem...

kind/bug

**What type of PR is this?** /kind documentation **What this PR does / why we need it**: test: add codespell github action **Which issue(s) this PR fixes**: Fixes # **Special...

cncf-cla: yes
lifecycle/stale
kind/documentation
release-note
size/S

Hello, I am using the ebs provisionner and one I try to delete volume the external-provider is panicking, so not sure where I should look for but ebs folk told...

## Problem Correlate PV with a context is almost impossible. The only solution is to create StorageClass with Contextual Data (Cost Center / Customer / Environment) and then correlate the...

Currently, `external-provisioner` passes the PVC name, PVC namespace and PV name to the CSI driver in `CreateVolumeRequest.Parameters`, when `extra-create-metadata` is enabled. It would be useful to also pass namespace annotations...

Reverse issue from #485 **User story:** Created PVC-A with 100MiB request (external provisioner gives back capacity higher than requested, for whatever reason) Create VolumeSnapshot-A - snapshot created with **restore size...