2020-07-09 16:17:23 +01:00
|
|
|
{{ template "chart.header" . }}
|
2020-10-05 03:50:23 -07:00
|
|
|
{{ template "chart.deprecationWarning" . }}
|
|
|
|
|
|
|
|
{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }}
|
|
|
|
|
2020-07-09 16:17:23 +01:00
|
|
|
{{ 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.
|
|
|
|
|
2020-10-05 03:50:23 -07:00
|
|
|
{{ template "chart.homepageLine" . }}
|
2020-07-09 16:17:23 +01:00
|
|
|
|
2020-10-05 03:50:23 -07:00
|
|
|
{{ template "chart.maintainersSection" . }}
|
|
|
|
|
|
|
|
{{ template "chart.sourcesSection" . }}
|
2020-07-09 16:17:23 +01:00
|
|
|
|
|
|
|
{{ template "chart.requirementsSection" . }}
|
|
|
|
|
2020-10-05 03:50:23 -07:00
|
|
|
{{ template "chart.valuesSection" . }}
|
|
|
|
|
2020-07-09 16:17:23 +01:00
|
|
|
## 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
|