feat: Set up piraeus
This commit is contained in:
parent
41d3f319d4
commit
dae048029c
4 changed files with 58 additions and 0 deletions
10
k8s-wheatley/datastore/storageclass.yaml
Normal file
10
k8s-wheatley/datastore/storageclass.yaml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
apiVersion: storage.k8s.io/v1
|
||||
kind: StorageClass
|
||||
metadata:
|
||||
name: piraeus-lvmthin
|
||||
provisioner: linstor.csi.linbit.com
|
||||
allowVolumeExpansion: true
|
||||
volumeBindingMode: WaitForFirstConsumer
|
||||
parameters:
|
||||
linstor.csi.linbit.com/storagePool: lvmThin
|
||||
Loading…
Add table
Add a link
Reference in a new issue