sig-storage-local-static-provisioner
sig-storage-local-static-provisioner copied to clipboard
Static provisioner of local volumes
**Is your feature request related to a problem?/Why is this needed** Currently [provisioner does not reload configuration automatically](https://github.com/kubernetes-sigs/sig-storage-local-static-provisioner/blob/master/docs/upgrading.md#how-to-update) and a manual delete and recreate of the Pod is needed to...
Hi, [Operations](https://github.com/kubernetes-sigs/sig-storage-local-static-provisioner/tree/master/docs/operations.md) mention discovery directory but [helm](https://github.com/kubernetes-sigs/sig-storage-local-static-provisioner/blob/master/helm/README.md) documentation doesn't refer to it at all. Therefore it isn't clear how should I configure the HELM chart for the case of [Sharing...
Once the implementation and the E2E tests work in Windows we have to update the docs showing what needs to be done by the user, there's a great guide already...
**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:...
Online you can find a bunch of examples (even in the official docs) which show how to use the local-volume-provisioner in combination with PhysicalVolumeClaims in a StatefulSet. All works fine...
This is the track issue for some related problems in the cloud when the node is permanently deleted. I'm thinking about writing a cloud controller to automate the recovery process....
**Is your feature request related to a problem? Please describe.** To summarise: in an autoscaling scenario the autoscaler cannot scale based in volumes provisioned by the local static provisioner, as...
Current lifecycle: ``` - raw disks -> mount points -> PV (available) -> PV (bound) -> PV (released) ^ | | [clean] -> PV (available) -> PV (bound) -> PV...
For context, this issue stems from a [Slack conversation](https://kubernetes.slack.com/archives/C09R1TL6A/p1552922034142200) with @msau42 that we wanted to capture here. It would be awesome if the local static provisioner could support RAID'ing devices...
This is a track issue for the next major release 3.0.0. Backward incompatible changes can be made if they can simplify design, code implementation, or improve UX. Proposals: - Local...