mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-13 09:50:18 +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
|