Remove disk usage for rook
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
f21c32a8a7
commit
4377bcb95d
|
@ -5,7 +5,7 @@ data:
|
||||||
"nodePathMap":[
|
"nodePathMap":[
|
||||||
{
|
{
|
||||||
"node":"DEFAULT_PATH_FOR_NON_LISTED_NODES",
|
"node":"DEFAULT_PATH_FOR_NON_LISTED_NODES",
|
||||||
"paths":["/var/mnt/sdc/localstorage","/var/mnt/sda/localstorage","/var/mnt/sdb/localstorage"]
|
"paths":["/var/mnt/sdc/localstorage","/var/mnt/sda/localstorage"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
apiVersion: storage.k8s.io/v1
|
|
||||||
kind: StorageClass
|
|
||||||
metadata:
|
|
||||||
name: local-path-fast
|
|
||||||
provisioner: rancher.io/local-path
|
|
||||||
reclaimPolicy: Delete
|
|
||||||
volumeBindingMode: WaitForFirstConsumer
|
|
||||||
parameters:
|
|
||||||
nodePath: /var/mnt/sdb/localstorage
|
|
Loading…
Reference in New Issue