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