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 feature **What this PR does / why we need it**: It adds TLS support for diagnostics HTTP server. In our cluster we require...

kind/feature
cncf-cla: yes
release-note
needs-ok-to-test
size/S

**What type of PR is this?** /kind feature **What this PR does / why we need it**: Support secret in NodeExpansion Call **Which issue(s) this PR fixes**: Fixes #499 **Special...

kind/feature
cncf-cla: yes
size/XXL
do-not-merge/release-note-label-needed

**What type of PR is this?** /kind cleanup **What this PR does / why we need it**: Embracing go-logr as logger has several advantages: - adding a certain prefix and/or...

cncf-cla: yes
size/XXL
needs-rebase
kind/cleanup
release-note

**What type of PR is this?** /kind failing-test **What this PR does / why we need it**: test: add tirvy vulnerability scanner github action **Which issue(s) this PR fixes**: Fixes...

cncf-cla: yes
kind/failing-test
size/M
release-note-none

**What type of PR is this?** > /kind feature **What this PR does / why we need it**: Setting pv labels by cloning pvc's labels. We may add some custom...

cncf-cla: yes
size/XS
release-note
needs-ok-to-test

**What type of PR is this?** > Uncomment only one ` /kind ` line, hit enter to put that in a new line, and remove leading whitespaces from that line:...

kind/feature
cncf-cla: yes
lifecycle/rotten
size/XS
do-not-merge/work-in-progress
do-not-merge/hold
release-note

After a "resource exhausted" error and selecting a different node, the original provisioner instance keeps getting updates and/or continues to work on a PVC that it should ignore: ``` I0902...

help wanted
lifecycle/frozen

As the title says, there is a great possibility that the application-specific `Operator` would leverage `PVC`'s `Annotation` for storing custom data. The custom data will tell storage provisioner how CSI...

lifecycle/frozen

capacity.go currently uses `Update` to change the capacity value. It might be more efficient to use `Patch`: - write a benchmark - compare both approaches

lifecycle/frozen

When deploying external-provisioner alongside the CSI driver on each node, there is one problem: if the scheduler picks a node which has no driver instance, then the volume is stuck...

lifecycle/frozen