mirror of https://github.com/k3s-io/k3s
Update glusterfs-storageclass.yaml
Add supported SC parameters to the SC example yaml file.pull/8/head
parent
268555a30a
commit
3281d0f30e
|
@ -1,7 +1,7 @@
|
|||
apiVersion: storage.k8s.io/v1
|
||||
kind: StorageClass
|
||||
metadata:
|
||||
name: slow
|
||||
name: fast
|
||||
provisioner: kubernetes.io/glusterfs
|
||||
parameters:
|
||||
resturl: "http://127.0.0.1:8081"
|
||||
|
@ -12,3 +12,5 @@ parameters:
|
|||
gidMin: "40000"
|
||||
gidMax: "50000"
|
||||
volumetype: "replicate:3"
|
||||
volumeoptions: "client.ssl on, server.ssl on"
|
||||
volumenameprefix: "dept-dev"
|
||||
|
|
Loading…
Reference in New Issue