On 02/19/2017 05:45 AM, John Mazzitelli wrote:
> Has anyone been able to use "oc cluster up --metrics" in order to run
> OpenShift Origin *and* Origin Metrics but running a local build (i.e. I
> need to pick up changes in master branch of Origin/Origin Metrics that
> aren't released yet).
As long as you have the desired artifacts in a Docker registry (local or
remote), you should be able to specify it vi the --image and --version
flags:
oc cluster up --image='openshift/origin' --version=latest
How do you build the images from source so they are put in your local Docker registry? I
couldn't see anything in their Makefiles of origin and origin-metrics that do this.