Bug 1301464

Summary: Openshift diagnostics: inconsistency on reporting errors about missing docker-registry pod and router pod
Product: OKD Reporter: Xia Zhao <xiazhao>
Component: ocAssignee: Paul Weil <pweil>
Status: CLOSED CURRENTRELEASE QA Contact: Xia Zhao <xiazhao>
Severity: low Docs Contact:
Priority: low    
Version: 3.xCC: aos-bugs, mmccomas, pweil, xxia
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-05-30 12:49:39 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:
Embargoed:

Comment 1 Luke Meyer 2016-01-25 19:25:56 UTC
Yes, these seem like good ideas. Thanks.

Comment 2 Xia Zhao 2017-02-23 02:31:59 UTC
Verified on origin that the error messages are consisted:

# openshift version
openshift v1.5.0-alpha.3+0d2ec2a-51
kubernetes v1.5.2+43a9be4
etcd 3.1.0


[Note] Running diagnostic: ClusterRegistry
       Description: Check that there is a working Docker registry
       
ERROR: [DClu1006 from diagnostic ClusterRegistry@openshift/origin/pkg/diagnostics/cluster/registry.go:209]
       The "docker-registry" service exists but has no associated pods, so it
       is not available. Builds and deployments that use the registry will fail.


[Note] Running diagnostic: ClusterRouterName
       Description: Check there is a working router
       
ERROR: [DClu2007 from diagnostic ClusterRouter@openshift/origin/pkg/diagnostics/cluster/router.go:156]
       The "router" DeploymentConfig exists but has no running pods, so it
       is not available. Apps will not be externally accessible via the router.