mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +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
|
||||
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
Block a user