Hi guys,

I deployed service with nodeport to get external traffic into openshift origin 
cluster.

On each node, I found that local port was listened.

However, only one node could be accessed through nodeport by external client 
and it worked well.

I compared configuration on each node. It's a pity I found nothing.

How could I debug such issues?

Any advice about this?


Below is the service output.

[root@host-10-1-236-92 ~]# oc describe svc redis-svc
Name:            redis-svc
Namespace:        openshiift-servicebroker
Labels:            <none>
Selector:        sb-2017-redis-master=master
Type:            NodePort
IP:            172.30.160.86
Port:            redis-sen    26379/TCP
NodePort:        redis-sen    31626/TCP
Endpoints:        172.30.77.2:26379
Port:            redis-master    6379/TCP
NodePort:        redis-master    30630/TCP
Endpoints:        172.30.77.2:6379
Session Affinity:    None
No events.



Thanks,

Jared, (韦煜)
Software developer
Interested in open source software, big data, Linux
_______________________________________________
users mailing list
users@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Reply via email to