2020-07-09 16:17:23 +01:00
|
|
|
{{ template "chart.header" . }}
|
|
|
|
{{ template "chart.description" . }}
|
2020-05-01 18:14:40 +01:00
|
|
|
|
2020-07-09 16:17:23 +01:00
|
|
|
Provides persistent volumes backed by local volumes, eg. additional SSDs or spindles.
|
|
|
|
|
|
|
|
{{ template "chart.versionLine" . }}
|
|
|
|
|
|
|
|
{{ template "chart.sourceLinkLine" . }}
|
|
|
|
|
|
|
|
{{ template "chart.requirementsSection" . }}
|
|
|
|
|
|
|
|
## KubeZero default configuration
|
2020-05-01 18:14:40 +01:00
|
|
|
|
|
|
|
- add nodeSelector to only install on nodes actually having ephemeral local storage
|
|
|
|
- provide matching storage class to expose mounted disks under `/mnt/disks`
|
|
|
|
|
|
|
|
## Resources
|
2020-07-09 16:17:23 +01:00
|
|
|
|
|
|
|
- https://github.com/kubernetes-sigs/sig-storage-local-static-provisioner
|