Results 183 comments of Mossroy

I suppose you had the same situation when you implemented #77 ? Maybe you could add an optional `pathPattern` setting, and use `pvname_namespace_pvcname` as its default value (if not set...

I'm closing this issue. To me, it has been resolved by #385 In my case, I've just created this storageClass: ``` apiVersion: storage.k8s.io/v1 kind: StorageClass metadata: name: local-path-retain-pathpattern provisioner: rancher.io/local-path...

Resource constraints are not only about resource limits, it's also about resource requests. K8s uses resource requests to schedule pods on nodes. If you don't set memory requests for example,...