Open AssafKatz3 opened 2 years ago
The setup is a 2 step process for the case "Sharing a disk filesystem by multiple filesystem PVs"
n
mount points created in /mnt/disks
therefore the discovery directory is /mnt/disks
. Next install the helm chart with a class that uses this discovery directory e.g. https://github.com/kubernetes-sigs/sig-storage-local-static-provisioner/blob/master/helm/examples/development-gke.yaml. In the README search for the options that start with classes.[n]
too.The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.
This bot triages issues and PRs according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/lifecycle rotten
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
/remove-lifecycle stale
I think we could add a reference from the helm docs to the operations docs for the glossary among other things.
I would like to give a try on this. /assign
I am somehow unclear on where to add helm documentation in https://github.com/kubernetes-sigs/sig-storage-local-static-provisioner/blob/master/docs/operations.md . Should i reference it here https://github.com/kubernetes-sigs/sig-storage-local-static-provisioner/blob/master/docs/operations.md#sharing-a-disk-filesystem-by-multiple-filesystem-pvs ?
I am somehow unclear on where to add helm documentation in https://github.com/kubernetes-sigs/sig-storage-local-static-provisioner/blob/master/docs/operations.md . Should i reference it here https://github.com/kubernetes-sigs/sig-storage-local-static-provisioner/blob/master/docs/operations.md#sharing-a-disk-filesystem-by-multiple-filesystem-pvs ?
Hi, We need it as part of helm/README.md. Thanks
Hi, Operations mention discovery directory but helm 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 a disk filesystem by multiple filesystem PVs . Thanks