Document URL: https://access.redhat.com/documentation/en/openshift-container-platform/3.3/paged/release-notes/chapter-2-openshift-container-platform-33-release-notes#ocp-33-development-cluster-setup Section Number and Name: 2.4.2.3. Easy and Quick Development Cluster Setup Describe the issue: The instructions in the docs for brining a dev cluster up does not work: localhost:centos7 ssadeghi$ oc cluster up -- Checking OpenShift client ... OK -- Checking Docker client ... OK -- Checking Docker version ... OK -- Checking for existing OpenShift container ... OK -- Checking for openshift/origin:v3.3.0.32 image ... Pulling image openshift/origin:v3.3.0.32 FAIL Error: error pulling Docker image openshift/origin:v3.3.0.32 Caused By: Error: Tag v3.3.0.32 not found in repository docker.io/openshift/origin It looks for origin images instead of OCP. The image needs also to be specified: oc cluster up --image=registry.access.redhat.com/openshift3/ose This has been communicated as one of the major features of OCP 3.3 in the announcements.
Running oc cluster on Mac needs even more steps: 1. Add RH registry to Docker on Mac 2. Add openshift insecure registry to Docker on Mac 3. Install socat e.g. brew install socat 4. After cluster is up, remove all imagestreams (they are all centos) from openshift namespaces 5. Add rhel imagestreams 6. Add jboss imagestreams
Related: https://bugzilla.redhat.com/show_bug.cgi?id=1380555
bugathon Fixed in 3.3+