sig-storage-local-static-provisioner
sig-storage-local-static-provisioner copied to clipboard
Static provisioner of local volumes
Release helm chart changes added in #413
**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:...
**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:...
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...
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...
**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....
**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...
.... 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...