external-provisioner
external-provisioner copied to clipboard
Sidecar container that watches Kubernetes PersistentVolumeClaim objects and triggers CreateVolume/DeleteVolume against a CSI endpoint
**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...
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...
The log in the external-provisoner:  But the pv'status is Terminating:  NodeExpandVoume not exec, Only ControllerExpandVolume exec, the size of pvc not equal to the pv.(Because of the volume...
Signed-off-by: Humble Chirammal > /kind failing-test --> ```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...
**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...
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...