kubezero/charts/kubezero-local-volume-provi...
Stefan Reimer 45e21d48ff Update chart READMEs 2021-03-25 16:32:49 +01:00
..
charts/local-static-provisioner Convert local-static-provisioner into Umbrella Helm chart 2020-07-09 16:17:23 +01:00
templates Convert local-static-provisioner into Umbrella Helm chart 2020-07-09 16:17:23 +01:00
Chart.yaml Initial aws-node-termination still disabled, local-volume tweaks for new tag layout 2021-03-05 18:18:45 +01:00
README.md Update chart READMEs 2021-03-25 16:32:49 +01:00
README.md.gotmpl Updated helm-docs, fluentd SSL handled by Istio, ES&Istio tuning 2020-10-05 03:50:23 -07:00
update.sh Convert local-static-provisioner into Umbrella Helm chart 2020-07-09 16:17:23 +01:00
values.yaml Initial aws-node-termination still disabled, local-volume tweaks for new tag layout 2021-03-05 18:18:45 +01:00

README.md

kubezero-local-volume-provisioner

Version: 0.1.1 Type: application AppVersion: 2.3.4

KubeZero Umbrella Chart for local-static-provisioner

Provides persistent volumes backed by local volumes, eg. additional SSDs or spindles.

Homepage: https://kubezero.com

Maintainers

Name Email Url
Quarky9

Requirements

Kubernetes: >= 1.16.0

Repository Name Version
https://zero-down-time.github.io/kubezero/ kubezero-lib >= 0.1.3

Values

Key Type Default Description
local-static-provisioner.classes[0].hostDir string "/mnt/disks"
local-static-provisioner.classes[0].name string "local-sc-xfs"
local-static-provisioner.common.namespace string "kube-system"
local-static-provisioner.daemonset.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[0].matchExpressions[0].key string "node.kubernetes.io/localVolumes"
local-static-provisioner.daemonset.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[0].matchExpressions[0].operator string "Exists"
local-static-provisioner.prometheus.operator.enabled bool false

KubeZero default configuration

  • add nodeSelector to only install on nodes actually having ephemeral local storage
  • provide matching storage class to expose mounted disks under /mnt/disks

Resources