local-path-provisioner
local-path-provisioner copied to clipboard
Dynamically provisioning persistent local storage with Kubernetes
Is it possible to support [VolumeSnapshots](https://kubernetes.io/docs/concepts/storage/volume-snapshots/), e.g. by making a copy of the directory?
Testing on rancher `v2.5.0-alpha4` - The rancher setup is airgapped. - Deploy a custom RKE cluster - 3 nodes all roles from Rancher (enabling priv registry) - local-path-provisioner - used...
Hey, we're a happy user of local-path-provisioner. Thank you for maintaining it! :) One thing we realized while testing our processes is, that it is unnecessary hard to delete the...
Current release version is still v0.0.17 which doesn't support the flag `-service-account-name` and the helm chart on the `master` branch. Also, wondering if there’s plan to create an official helm...
Is it possible to add a mechanism that will automatically copy PV with data between nodes? For example, DevOps wanted to remove a node from the cluster, first called the...
### background: - We use the PVC created by local-path-provisioner as Kafka storage. In order to improve performance, Kafka recommends mounting multiple disks. Here is our storage configuration and kafka...
This does not happen on a single node MicroK8s Deploying a statefulset with replicas greater than 3 results in the second PVC being stuck in pending. The nodes have shared...
Why required kubernetes v1.12+ when deploying a local-path-provisioner?
``` F0907 17:44:36.445267 1 controller.go:647] leaderelection lost goroutine 1 [running]: github.com/rancher/local-path-provisioner/vendor/github.com/golang/glog.stacks(0xc00046c300, 0xc000694500, 0x45, 0xf1) /go/src/github.com/rancher/local-path-provisioner/vendor/github.com/golang/glog/glog.go:766 +0xb1 github.com/rancher/local-path-provisioner/vendor/github.com/golang/glog.(*loggingT).output(0x2009ca0, 0xc000000003, 0xc0002269a0, 0x1f910d1, 0xd, 0x287, 0x0) /go/src/github.com/rancher/local-path-provisioner/vendor/github.com/golang/glog/glog.go:717 +0x303 github.com/rancher/local-path-provisioner/vendor/github.com/golang/glog.(*loggingT).printf(0x2009ca0, 0x3, 0x12e0f79, 0x13, 0x0,...
How to configure docker registry URL to a private docker registry? Provisioner look for a busybox image from dockerhub to create the folders? How to set up provisioner in air...