github.com/qsunny/k8s@v0.0.0-20220101153623-e6dca256d5bf/examples-master/staging/volumes/scaleio/sc.yaml (about) 1 kind: StorageClass 2 apiVersion: storage.k8s.io/v1 3 metadata: 4 name: sio-small 5 provisioner: kubernetes.io/scaleio 6 parameters: 7 gateway: https://localhost:443/api 8 system: scaleio 9 protectionDomain: pd01 10 storagePool: pd01 11 secretRef: sio-secret 12 fsType: xfs