2023-11-17 13:14:59 +00:00
|
|
|
apiVersion: storage.k8s.io/v1
|
|
|
|
kind: StorageClass
|
|
|
|
metadata:
|
2023-11-27 11:25:29 +00:00
|
|
|
name: local-path-fast
|
2023-11-17 13:14:59 +00:00
|
|
|
provisioner: rancher.io/local-path
|
|
|
|
reclaimPolicy: Delete
|
|
|
|
volumeBindingMode: WaitForFirstConsumer
|
|
|
|
parameters:
|
2023-11-27 11:25:29 +00:00
|
|
|
nodePath: /var/mnt/sdb/localstorage
|