mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-14 02:10:21 +00:00
12 lines
246 B
YAML
12 lines
246 B
YAML
|
kind: StorageClass
|
||
|
apiVersion: storage.k8s.io/v1
|
||
|
metadata:
|
||
|
name: sio-small
|
||
|
provisioner: kubernetes.io/scaleio
|
||
|
parameters:
|
||
|
gateway: https://localhost:443/api
|
||
|
system: scaleio
|
||
|
protectionDomain: default
|
||
|
secretRef: sio-secret
|
||
|
fsType: xfs
|