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