local-path-provisioner
                                
                                 local-path-provisioner copied to clipboard
                                
                                    local-path-provisioner copied to clipboard
                            
                            
                            
                        Dynamically provisioning persistent local storage with Kubernetes
Hello everyone, Using https://raw.githubusercontent.com/rancher/local-path-provisioner/v0.0.22/deploy/local-path-storage.yaml I have setup the local-path-provisioner for a mounted NFS share called /mnt/sharedstorage. it is accessible and writeable by all nodes. any idea whats causing the timeout?...
In situations where the hostname has been overriden through the kubelets **--hostname-override** flag or when the node name is a FQDN and kubelet takes the default hostname of the node...
ubuntu 22.04.1 kubeadm version: &version.Info{Major:"1", Minor:"25", GitVersion:"v1.25.0", GitCommit:"a866cbe2e5bbaa01cfd5e969aa3e033f3282a8a2", GitTreeState:"clean", BuildDate:"2022-08-23T17:43:25Z", GoVersion:"go1.19", Compiler:"gc", Platform:"linux/amd64"} run: kubeadm init kubectl version WARNING: This version information is deprecated and will be replaced with the...
Hello, I use local-storage here and find that request and limit are not set. I am worried that the resources exceed the limit. I want to ask why there are...
We add the proper interface for volume expansion. This will not have any effect on the underlying volume, but it will change properly the PV capacity, the PVC status, and...
fixes https://github.com/rancher/local-path-provisioner/issues/392
```` ➜ local-path-provisioner git:(master) helm template . #### --- # Source: local-path-provisioner/templates/deployment.yaml apiVersion: apps/v1 kind: Deployment metadata: name: release-name-local-path-provisioner namespace: default labels: app.kubernetes.io/name: local-path-provisioner helm.sh/chart: local-path-provisioner-0.0.25-dev app.kubernetes.io/instance: release-name app.kubernetes.io/version: "v0.0.25-dev"...
hi ,I am not working properly using the Storage Class annotations defaultVolume Type,Normally, there is a volumeType: local in the annotations of PVC. The following image shows my Storage Class....
Wanted to clarify something. I intended to use `local` instead of `HostPath`. Looking at the examples (below), the only difference is the addition of the annotation ` volumeType: local`. -...