A load-balancer node for multiple infra nodes, looking for information and configuration details

2017-11-13 Thread Bogdan Dobrelya
Hi folks. I'm working on openshift-on-openstack deployment automation, specifically this item [0] - a load-balancer node for multiple infra nodes. While the role that LB node plays for multi-masters is clear and can be understood by looking into openshift-ansible, I couldn't find anything

Re: How could I use oc client to search images in integrated docker-registry?

2017-11-13 Thread Yu Wei
Hi Graham, Thanks very much for your help. Thanks, Jared, (韦煜) Software developer Interested in open source software, big data, Linux From: Graham Dumpleton Sent: Monday, November 13, 2017 4:41:00 PM To: Yu Wei Cc:

Re: How could I use oc client to search images in integrated docker-registry?

2017-11-13 Thread Graham Dumpleton
You can use: oc get is to list image streams for images in the registry in your current project. If you have access to other projects you can use '-n' argument and give the name of the project. Running: oc get is -n openshift will list image streams in the default 'openshift'

How could I use oc client to search images in integrated docker-registry?

2017-11-13 Thread Yu Wei
Hi, How could I list images pushed into integrated docker-registry? Could oc client be used? Or any other options? Thanks, Jared, (韦煜) Software developer Interested in open source software, big data, Linux ___ dev mailing list