Hi there,

For development/test purposes, I think "oc cluster up" is the easiest way
to get a cluster running. It simply requires a running docker daemon (and
access to the docker socket, so you either need to be root or your user
added to the "docker" group).  There's a demonstration here:
https://asciinema.org/a/49402

Simply download and export our openshift client (oc binary) from the
releases page: https://github.com/openshift/origin/releases - extract and
run "oc cluster up", it should take care of the rest. You will need to
adjust your Docker config (e.g. /etc/sysconfig/docker file) but the "oc
cluster up" command will check and return an error if this isn't done.

This will allow you to try out the latest and greatest features from
OpenShift Origin :)

Jonathan

On Tue, Aug 16, 2016 at 11:26 AM, Sco <spambo...@gmail.com> wrote:

> Have been trying to get a working version of Openshift M5 up and running,
> and have been running into trouble.
> The ansible installer runs through with no errors, can login and create
> app's but cannot get to them. I can see the traffic hit the master but the
> browser only gets a refused to connect.
> oc get route  comes back with nothing.
> docker ps on the node does show that haproxy router is running.
>
> Any ideas on where to look?
>
> _______________________________________________
> users mailing list
> users@lists.openshift.redhat.com
> http://lists.openshift.redhat.com/openshiftmm/listinfo/users
>
>


-- 
Jonathan Yu, P.Eng. / Software Engineer, OpenShift by Red Hat / Twitter
(@jawnsy) is the quickest way to my heart <https://twitter.com/jawnsy>

*“A master in the art of living draws no sharp distinction between his work
and his play; his labor and his leisure; his mind and his body; his
education and his recreation. He hardly knows which is which. He simply
pursues his vision of excellence through whatever he is doing, and leaves
others to determine whether he is working or playing. To himself, he always
appears to be doing both.”* — L. P. Jacks, Education through Recreation
(1932), p. 1
_______________________________________________
users mailing list
users@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Reply via email to