Hide Forgot
Description of problem: oc cluster up -- does not work with Docker for Mac oc cluster up --create-machine --metrics=true -- works but metrics does not work Version-Release number of selected component (if applicable): oc v3.3.0.32 kubernetes v1.3.0+52492b4 features: Basic-Auth GSSAPI Kerberos SPNEGO How reproducible: oc cluster up --create-machine --metrics=true Steps to Reproduce: 1. download oc etnerprise 3.3 version 2. oc cluster up --create-machine --metrics=true Actual results: metrics does not show up Expected results: metrics should be visible Additional info: Issue occurs when --create-machine is used
Hi Chakradhar, What do you see when you run 'cluster up' without --create-machine ? It should work with Docker for Mac. Also, when you install metrics, you need to hit the metrics URL displayed by cluster up when started. Otherwise, your browser doesn't show metrics (it's a self-signed cert issue). Can you hit the metrics URL to see if metrics does show up?
Closing this as not having sufficient data. Please reopen if it's still an issue.