sig-storage-local-static-provisioner icon indicating copy to clipboard operation
sig-storage-local-static-provisioner copied to clipboard

Mismatch of documentation between operation and HELM chart

Open AssafKatz3 opened this issue 2 years ago • 6 comments

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

AssafKatz3 avatar Jul 20 '22 07:07 AssafKatz3

The setup is a 2 step process for the case "Sharing a disk filesystem by multiple filesystem PVs"

  1. Do the setup described in Sharing a disk filesystem by multiple filesystem PVs, this setup is typically done when the node is bootstrapped
  2. As you can see in the commands there are 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.

mauriciopoppe avatar Jul 20 '22 17:07 mauriciopoppe

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:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle stale
  • Mark this issue or PR as rotten with /lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

k8s-triage-robot avatar Oct 18 '22 17:10 k8s-triage-robot

/remove-lifecycle stale

I think we could add a reference from the helm docs to the operations docs for the glossary among other things.

mauriciopoppe avatar Oct 19 '22 02:10 mauriciopoppe

I would like to give a try on this. /assign

Kartik494 avatar Nov 03 '22 05:11 Kartik494