ok, did you create the glusterfs endpoint in the corresponding project
(yes, you have to do that for all projects using glusterfs...)​.
Last but not least, remember to add a glusterfs service to ensure your
endpoints are not deleted:


apiVersion: v1
kind: Endpoints
metadata:
  name: glusterfs-cluster
subsets:
- addresses:
  - ip: [glusterfs-node-1]
  - ip: [glusterfs-node-2]
  - ip: [...]
  ports:
  - port: 1
    protocol: TCP


apiVersion: v1
kind: Service
metadata:
  name: glusterfs-cluster
spec:
  ports:
  - port: 1
    protocol: TCP
    targetPort: 1
_______________________________________________
users mailing list
[email protected]
http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Reply via email to