Re: questions about externalIP usage

2017-08-15 Thread Yu Wei
Hi Erik, I configured "externalIPs" with cluster setup using flannel but it didn't work. Then I reinstalled cluster with openvswitch. This time "externalIP" worked. Is openvwitch suggested network plugin for openshift origin? I deployed same application in k8s cluster and it worked. Thanks,

Re: questions about externalIP usage

2017-08-15 Thread Erik Jacobs
Hi Jared, Did you previously configure the cluster for externalip usage? https://docs.openshift.org/latest/admin_guide/tcp_ingress_external_ports.html --- ERIK JACOBS PRINCIPAL TECHNICAL MARKETING MANAGER, OPENSHIFT Red Hat Inc ejac...@redhat.comM: 646.462.3745

Re: query on persistent volumes

2017-08-15 Thread Erik Jacobs
Hi Pri, Are you asking about what happens when you scale up the Gluster pods, or the app pods? --- ERIK JACOBS PRINCIPAL TECHNICAL MARKETING MANAGER, OPENSHIFT Red Hat Inc ejac...@redhat.comM: 646.462.3745 @: erikonopen TRIED. TESTED.

Re: HAProxy not running on master

2017-08-15 Thread Yu Wei
Yes, I set master as work nodes and as infra nodes. Thanks for your help. I understood this concept now. Thanks, Jared, (韦煜) Software developer Interested in open source software, big data, Linux From: Akram Ben Aissi Sent: Tuesday,

Re: HAProxy not running on master

2017-08-15 Thread Akram Ben Aissi
Hi Yui, the masters runs the OpenShift API and web console on port 8443. OpenShift CLI or nodes communicates with master on this port. OpenShift router are not really supposed to run on masters, unless you set your masters also as nodes, and specifically as infra nodes (region=infra) If you do

HAProxy not running on master

2017-08-15 Thread Yu Wei
Hi, I setup cluster with 1 lb, 2 masters and 2 work nodes. On host lb, haproxy service and openshift_loadbalancer was running. On master node, I found that haproxy was failed to start. And openshift/origin-haproxy-router was running with container name k8s_router.xxx. I also

Different behavior between installing openshift origin with openvswitch and flannel

2017-08-15 Thread Yu Wei
Hi guys, I tried to get external traffic into openshift origin cluster using nodeport/externalIPs. When I setup openshift cluster with flannel, exposing service with nodeport/externalIPs did not work. When switched to openvswitch, both worked. Is this expected behavior? Or did I miss