
This commits implements the Kubernetes volume plugin allowing pods to seamlessly access and use data stored on ScaleIO volumes.
12 lines
251 B
YAML
12 lines
251 B
YAML
kind: StorageClass
|
|
apiVersion: storage.k8s.io/v1beta1
|
|
metadata:
|
|
name: sio-small
|
|
provisioner: kubernetes.io/scaleio
|
|
parameters:
|
|
gateway: https://localhost:443/api
|
|
system: scaleio
|
|
protectionDomain: default
|
|
secretRef: sio-secret
|
|
fsType: xfs
|