k3s-cluster/cluster/core/storage/openebs/mainpool-sc.yaml

14 lines
381 B
YAML

apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
name: mainpool-hostpath
annotations:
openebs.io/cas-type: local
cas.openebs.io/config: |
- name: StorageType
value: hostpath
- name: BasePath
value: /mnt/MainPool/Kubernetes/openebs-hostpath
provisioner: openebs.io/local
reclaimPolicy: Retain
volumeBindingMode: WaitForFirstConsumer