Skip to content

Openshift in Docker on Mac (may2017) ~ NOTES TO UPDATE

Ben Petersen edited this page May 26, 2017 · 4 revisions
oc cluster up --version=latest --host-config-dir=$HOME/go/data/openshift.local.config --host-data-dir=$HOME/go/data/openshift.local.etcd
oc cluster up —use-existing-config --version=latest --host-config-dir=$HOME/go/data/openshift.local.config --host-data-dir=$HOME/go/data/openshift.local.etcd

new broker template:

NOTE: must have additionalServers enabled in config.local.js before do this step else it will fail to create all of the resources.

  • Create a new project ups-broker
  • Add to project the following new broker template.
  • set project name to ups-broker
  • set image to quay.io/kubernetes-service-catalog/user-broker:canary

If you did install this prior to additionalServers, you will have to enable then do this step again. Some items will fail, but the items that failed the first time should now succeed. This is ok (decoupled).

Clone this wiki locally