Bug 1380807

Summary: oc cluster up --metrics=true --create-machine does not show metrics
Product: OpenShift Container Platform Reporter: cjonagam
Component: ocAssignee: Cesar Wong <cewong>
Status: CLOSED INSUFFICIENT_DATA QA Contact: Xingxing Xia <xxia>
Severity: high Docs Contact:
Priority: unspecified    
Version: 3.3.0CC: aos-bugs, cjonagam, jokerman, mmccomas, mwringe, wewang
Target Milestone: ---Flags: cewong: needinfo? (cjonagam)
Target Release: ---   
Hardware: All   
OS: Mac OS   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-10-26 13:06:36 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description cjonagam 2016-09-30 15:41:11 UTC
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

Comment 1 Cesar Wong 2016-10-18 15:06:16 UTC
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?

Comment 2 Cesar Wong 2016-10-26 13:06:36 UTC
Closing this as not having sufficient data. Please reopen if it's still an issue.