On Wed, Mar 28, 2018 at 4:56 PM, Michal Fojtik <[email protected]> wrote: > Out of curiosity, is this on OSX?
Yes, it was on OSX, thanks :) > > The image pull issue was fixed here: > https://github.com/openshift/origin/pull/19040 > > The PR is still waiting in the queue. Great, I will try that locally. > > > On 28 March 2018 at 13:02:35, Praveen Kumar > ([email protected]) wrote: >> Hi, >> >> Today I built origin repo locally and tried to play around with `oc cluster >> up`. Following is what I observe and not sure if this is an issue or >> something intentional. >> >> ``` >> $ ./oc version >> oc v3.10.0-alpha.0+3619023-386 >> kubernetes v1.9.1+a0ce1bc657 >> features: Basic-Auth >> >> Server https://127.0.0.1:8443 >> openshift v3.10.0-alpha.0+efea9a0-380 >> kubernetes v1.9.1+a0ce1bc657 >> >> $ ./oc cluster up => This should automatic pull the image from docker hub >> after search locally instead failling. >> error: FAIL >> Error: cannot create volume share >> Caused By: >> Error: cannot create container using image openshift/origin:v3.10 >> Caused By: >> Error: Error: No such image: openshift/origin:v3.10 >> >> $ docker pull openshift/origin:v3.10 >> v3.10: Pulling from openshift/origin >> 5e35d10a3eba: Pull complete >> 93c60e8488b9: Pull complete >> 941517f80b9e: Pull complete >> ff7a659ebc1c: Pull complete >> Digest: >> sha256:0039d203d6ee636da95e253b764292362af7e0e6f1d1705b97e4c22933025bb2 >> Status: Downloaded newer image for openshift/origin:v3.10 >> >> $ ./oc cluster up >> Starting OpenShift using openshift/origin:v3.10 ... >> I0328 16:17:13.343170 42477 config.go:38] Running "create-master-config" >> I0328 16:17:16.452841 42477 config.go:45] Running "create-node-config" >> [...] >> The server is accessible via web console at: >> https://127.0.0.1:8443 >> >> You are logged in as: >> User: developer >> Password: >> >> To login as administrator: >> oc login -u system:admin >> >> WARNING: An HTTP proxy (docker.for.mac.http.internal:3128) is configured >> for the Docker daemon, but you did not specify one for cluster up >> WARNING: An HTTPS proxy (docker.for.mac.http.internal:3129) is configured >> for the Docker daemon, but you did not specify one for cluster up >> WARNING: A proxy is configured for Docker, however 172.30.1.1 is not >> included in its NO_PROXY list. >> 172.30.1.1 needs to be included in the Docker daemon's NO_PROXY >> environment variable so pushes to the local OpenShift registry can succeed. >> ``` >> >> >> >> -- >> Praveen Kumar >> http://fedoraproject.org/wiki/User:Kumarpraveen >> http://fedoraproject.org/ >> http://kumar-pravin.blogspot.com >> _______________________________________________ >> dev mailing list >> [email protected] >> http://lists.openshift.redhat.com/openshiftmm/listinfo/dev >> -- Praveen Kumar http://fedoraproject.org/wiki/User:Kumarpraveen http://fedoraproject.org/ http://kumar-pravin.blogspot.com _______________________________________________ dev mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/dev
