sig-storage-local-static-provisioner icon indicating copy to clipboard operation
sig-storage-local-static-provisioner copied to clipboard

Static provisioner of local volumes

Results 49 sig-storage-local-static-provisioner issues
Sort by recently updated
recently updated
newest added

Release helm chart changes added in #413

cncf-cla: yes
size/XS
needs-ok-to-test
lifecycle/stale

**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
size/XS
lifecycle/stale
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:...

size/XS
needs-ok-to-test
lifecycle/stale
cncf-cla: no

Issue with node-cleanup-controller Automatic deletion of PVC (PersistentVolumeClaim) /PV (PersistentVolume) on scale-up of statefulset pods. Each time a statefulset pod is evicted, a PVC is required to be deleted by...

lifecycle/stale

In AWS EC2 instances `blkdiscard` is not working when cleaning a block device for Aerospike as per https://support.aerospike.com/s/article/How-to-decide-if-blkdiscard-is-preferable-to-dd So, to do a fast clean up one might want to execute...

lifecycle/rotten
size/XS
needs-ok-to-test
cncf-cla: no

**What happened**: In a cluster where the node name != kubernetes.io/hostname, the checker for node deletion often (but not always) thinks new PVs belong to deleted nodes, and deletes them....

lifecycle/stale

**What type of PR is this?** /kind feature **What this PR does / why we need it**: TL;DR: the cleanup job leads to pods pending due to non-existent PVCs that...

needs-ok-to-test
do-not-merge/work-in-progress
size/L
cncf-cla: no

.... volumeMounts: - name: local-volume-t mountPath: /mnt/fast-disks/abc volumeClaimTemplates: - metadata: name: local-volume-t spec: storageClassName: ssd-storage accessModes: [ ReadWriteOnce ] resources: requests: storage: 1Gi but It is wrong : Warning FailedScheduling...

**Is your feature request related to a problem?/Why is this needed** The Helm repo wasn't discoverable on Artifact Hub so I've added the [repository](https://artifacthub.io/packages/search?repo=sig-storage-local-static-provisioner&sort=relevance&page=1), but it now needs it's ownership...

So our e2e tests create a test cluster and install LVP using go code https://github.com/kubernetes-sigs/sig-storage-local-static-provisioner/blob/8335a2a3bb284fd5013c939ebdc9b845b40fb2f7/test/e2e/e2e_test.go#L296 https://github.com/kubernetes-sigs/sig-storage-local-static-provisioner/blob/8335a2a3bb284fd5013c939ebdc9b845b40fb2f7/test/e2e/e2e_test.go#L311 And if you look at the implementation it's installing the same resources declared in...

help wanted
good first issue
lifecycle/frozen