Re: Origin v1.3.0 released

2016-09-16 Thread Mohammed Ahmed
On Fri, Sep 16, 2016 at 4:45 PM, Marek Jelen wrote: > Right, it does work without it. The public-hostname is cosmetics, as on my > machine `oc cluster up` chooses the host-only virtualbox interface and that > does not feel correct. > > -- > mj > > On Fri, Sep 16, 2016 at 12:57 PM, Michal Fojtik

Re: Origin v1.3.0 released

2016-09-16 Thread Marek Jelen
Right, it does work without it. The public-hostname is cosmetics, as on my machine `oc cluster up` chooses the host-only virtualbox interface and that does not feel correct. -- mj On Fri, Sep 16, 2016 at 12:57 PM, Michal Fojtik wrote: > It works even without public-hostname, in that case it wil

Re: Origin v1.3.0 released

2016-09-16 Thread Michal Fojtik
It works even without public-hostname, in that case it will just give you the IP that is resolvable from host (thanks Cesar! :-) On Fri, Sep 16, 2016 at 11:53 AM, Marek Jelen wrote: > @mfojtik I can confirm that on my OSX with "Docker for Mac" on beta > channel `oc cluster up --public-hostname="

Re: Origin v1.3.0 released

2016-09-16 Thread Marek Jelen
@mfojtik I can confirm that on my OSX with "Docker for Mac" on beta channel `oc cluster up --public-hostname="127.0.0.1"` works just fine. -- mj On Fri, Sep 16, 2016 at 11:45 AM, Michal Fojtik wrote: > I think the `--create-machine` is not longer needed if you are using the > "native" Docker (i

Re: Origin v1.3.0 released

2016-09-16 Thread Michal Fojtik
I think the `--create-machine` is not longer needed if you are using the "native" Docker (iow. the xhyve one) on OSX. On Fri, Sep 16, 2016 at 10:46 AM, Matthias Luebken wrote: > Congrats to everyone! > > > And of course I almost forget - the *fastest* way to get v1.3.0 is: > > $ oc cluster up

Re: Origin v1.3.0 released

2016-09-16 Thread Matthias Luebken
Congrats to everyone! > And of course I almost forget - the *fastest* way to get v1.3.0 is: > $ oc cluster up --version=v1.3.0 For Mac and Windows user I might add the infamous `--create-machine` flag: $ oc cluster up --version=v1.3.0 --create-machine Configures and spins up everything yo

Re: Origin v1.3.0 released

2016-09-15 Thread Clayton Coleman
And of course I almost forget - the *fastest* way to get v1.3.0 is: $ oc cluster up --version=v1.3.0 Enjoy! On Fri, Sep 16, 2016 at 12:51 AM, Clayton Coleman wrote: > Images have been pushed to the hub and release binaries are up on GitHub > under release v1.3.0 >