Yes! entrypoints did it! re added the service too. Thanks a lot.

On Mon, Feb 29, 2016 at 7:22 PM, Philippe Lafoucrière <
[email protected]> wrote:

> 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