Hide Forgot
Description of problem: kubectl get cs always returns all component status as Unhealthy. Cluster is otherwise operational and passes tests. Version-Release number of selected component (if applicable): OSE 3.2.0.8 (or a dev env with origin 1.1.5-20) How reproducible: Always Steps to Reproduce: 1. Install OSE 3.2.0.8 (or a dev env with origin 1.1.5-20) 2. kubectl get cs Actual results: NAME STATUS MESSAGE ERROR scheduler Unhealthy Get http://127.0.0.1:10251/healthz: dial tcp 127.0.0.1:10251: getsockopt: connection refused controller-manager Unhealthy Get http://127.0.0.1:10252/healthz: dial tcp 127.0.0.1:10252: getsockopt: connection refused etcd-0 Unhealthy Get http://172.18.10.11:4001/health: malformed HTTP response "\x15\x03\x01\x00\x02\x02" Expected results: A healthy, working cluster should probably get a Healthy status. Additional info:
https://github.com/openshift/origin/issues/3667