mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-07 04:03:20 +00:00
implement glusterfs volume plugin
Signed-off-by: Huamin Chen <hchen@redhat.com>
This commit is contained in:
13
examples/glusterfs/endpoints/glusterfs-endpoints.json
Normal file
13
examples/glusterfs/endpoints/glusterfs-endpoints.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"apiVersion": "v1beta1",
|
||||
"id": "glusterfs-cluster",
|
||||
"kind": "Endpoints",
|
||||
"metadata": {
|
||||
"name": "glusterfs-cluster"
|
||||
},
|
||||
"Endpoints": [
|
||||
"10.16.154.81:0",
|
||||
"10.16.154.82:0",
|
||||
"10.16.154.83:0"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user