local-path-provisioner icon indicating copy to clipboard operation
local-path-provisioner copied to clipboard

Dynamically provisioning persistent local storage with Kubernetes

Results 182 local-path-provisioner issues
Sort by recently updated
recently updated
newest added

Scenario: The stateful set uses the storage class provided by the local path provider to define the pvctemplate. At the same time, the podTemplate uses the hostport. When there are...

Some volume folders created with an unexpected different user `user`, which is my **_current OS login user,_** which is NOT expected. ```console $ ls -al /storage/ total 24 drwxrwxrwx 6...

I have an application which needs a `ReadWriteMany` storage (with kind cluster) and I am currently seeing that `fsGroup` is not applied and the volume gets mounted as root inside...

Implemented the function to set the PV hostPath type by annotation of StorageClass (defaultHostPathType) and PVC (hostPathType). If neither is specified, DirectoryOrCreate is applied by default. If the volume should...

This is required if the current cluster uses tolerations for selecting certain node pools. This change also includes the braking change to rename the .Values.helperImage to .values.helper.image, as I didn't...

Is it possible to define a specific PVC so that the underlying volume can be created/attached on more than one node ? what i mean is basically to change the...

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...

dependencies

Hi there! On the README I read: ``` Cons No support for the volume capacity limit currently. The capacity limit will be ignored for now. ``` This means the Local...

This change fixes #281 by allowing to customize specific parts of the hard coded helper pod: - There is now the option to add annotations to the helper pod. -...

These hardening bits were recommended by the trivy scanner. https://github.com/aquasecurity/trivy https://github.com/aquasecurity/trivy-operator