1
0
forked from k-space/kube
Files
argocd
asterisk
bind
camtiler
cert-manager
cnpg-system
drone
drone-execution
elastic-system
etherpad
freescout
gitea
grafana
hackerspace
harbor
kube-system
kubernetes-dashboard
local-path-storage
README.md
local-path-storage.yaml
logging
logmower
longhorn-system
member-site
metallb-system
minio-clusters
mongodb-operator
monitoring
mysql-clusters
mysql-operator
nextcloud
nyancat
oidc-gateway
openebs
playground
postgres-clusters
postgres-operator
prometheus-operator
redis-clusters
reloader
ripe87
rosdump
shared
tigera-operator
traefik
wiki
wildduck
woodpecker
.drone.yml
.gitignore
CONTRIBUTORS.md
LICENSE.md
README.md
ansible-bind-primary.yml
ansible-doors.yml
ansible-kubernetes.yml
ansible.cfg
cluster-role-bindings.yml
inventory.yml
ssh_config
storage-class.yaml
kube/local-path-storage
2022-08-25 11:22:50 +03:00
..
2022-08-25 11:22:50 +03:00
2022-08-25 11:22:50 +03:00

Local path provisioner

Rancher's local-path-storage storage class enables dynamic provisioning of persistent volumes on Kubernetes worker.

curl https://raw.githubusercontent.com/rancher/local-path-provisioner/master/deploy/local-path-storage.yaml -O
kubectl apply -n local-path-storage -f local-path-storage.yaml

Known issues

  • No volume stats exported via kubelet_volume_stats_used_bytes metric
  • No capacity limit imposed. Not possible with ext4 filesystem, with XFS might be possible
  • No easy way to back up the volumes

Possible alternatives: