2020-07-09 15:17:23 +00:00
|
|
|
{{ template "chart.header" . }}
|
2020-10-05 10:50:23 +00:00
|
|
|
{{ template "chart.deprecationWarning" . }}
|
|
|
|
|
|
|
|
{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }}
|
|
|
|
|
2020-07-09 15:17:23 +00:00
|
|
|
{{ template "chart.description" . }}
|
2020-05-01 17:14:40 +00:00
|
|
|
|
2020-07-09 15:17:23 +00:00
|
|
|
Provides persistent volumes backed by local volumes, eg. additional SSDs or spindles.
|
|
|
|
|
2020-10-05 10:50:23 +00:00
|
|
|
{{ template "chart.homepageLine" . }}
|
2020-07-09 15:17:23 +00:00
|
|
|
|
2020-10-05 10:50:23 +00:00
|
|
|
{{ template "chart.maintainersSection" . }}
|
|
|
|
|
|
|
|
{{ template "chart.sourcesSection" . }}
|
2020-07-09 15:17:23 +00:00
|
|
|
|
|
|
|
{{ template "chart.requirementsSection" . }}
|
|
|
|
|
2020-10-05 10:50:23 +00:00
|
|
|
{{ template "chart.valuesSection" . }}
|
|
|
|
|
2020-07-09 15:17:23 +00:00
|
|
|
## KubeZero default configuration
|
2020-05-01 17:14:40 +00: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 15:17:23 +00:00
|
|
|
|
|
|
|
- https://github.com/kubernetes-sigs/sig-storage-local-static-provisioner
|