forked from openshift/origin-web-console
-
Notifications
You must be signed in to change notification settings - Fork 0
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
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).