You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
262 B
YAML

kind: StorageClass
apiVersion: storage.k8s.io/v1
metadata:
name: local-hdd
provisioner: cluster.local/local-path-provisioner
parameters:
nodePath: /mnt/data/cluster-local-storage
fromBackup: ""
volumeBindingMode: WaitForFirstConsumer
reclaimPolicy: Delete