Fix glusterfs dynamic provisioning docs
This commit is contained in:
@@ -371,14 +371,12 @@ metadata:
|
|||||||
name: slow
|
name: slow
|
||||||
provisioner: kubernetes.io/glusterfs
|
provisioner: kubernetes.io/glusterfs
|
||||||
parameters:
|
parameters:
|
||||||
endpoint: "glusterfs-cluster"
|
|
||||||
resturl: "http://127.0.0.1:8081"
|
resturl: "http://127.0.0.1:8081"
|
||||||
restauthenabled: "true"
|
restauthenabled: "true"
|
||||||
restuser: "admin"
|
restuser: "admin"
|
||||||
restuserkey: "password"
|
restuserkey: "password"
|
||||||
```
|
```
|
||||||
|
|
||||||
* `endpoint`: `glusterfs-cluster` is the endpoint/service name which includes GlusterFS trusted pool IP addresses and this parameter is mandatory.
|
|
||||||
* `resturl` : Gluster REST service url which provisions gluster volumes on demand. The format should be `http://IPaddress:Port` and this parameter is mandatory when using the GlusterFS dynamic provisioner.
|
* `resturl` : Gluster REST service url which provisions gluster volumes on demand. The format should be `http://IPaddress:Port` and this parameter is mandatory when using the GlusterFS dynamic provisioner.
|
||||||
* `restauthenabled` : A boolean value that indicates whether Gluster REST service authentication is enabled on the REST server. If this value is 'true', you must supply values for the 'restuser' and 'restuserkey' parameters."
|
* `restauthenabled` : A boolean value that indicates whether Gluster REST service authentication is enabled on the REST server. If this value is 'true', you must supply values for the 'restuser' and 'restuserkey' parameters."
|
||||||
* `restuser` : Gluster REST service user, who has access to create volumes in the Gluster Trusted Pool.
|
* `restuser` : Gluster REST service user, who has access to create volumes in the Gluster Trusted Pool.
|
||||||
|
|||||||
Reference in New Issue
Block a user