Bug 1574935
Summary: | Failed connect to webconsole.openshift-web-console.svc:443; Connection refused | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Mahesh Taru <mtaru> |
Component: | Management Console | Assignee: | Samuel Padgett <spadgett> |
Status: | CLOSED NOTABUG | QA Contact: | Yadan Pei <yapei> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.9.0 | CC: | aos-bugs, jokerman, mmccomas, mtaru, sdodson |
Target Milestone: | --- | ||
Target Release: | 3.9.z | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2018-05-08 13:02:15 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: |
Description
Mahesh Taru
2018-05-04 11:41:29 UTC
Can you include more of the ansible log? There is a lot of troubleshooting information that is printed when console install fails which will help us debug. After the web console is installed, the installer waits to verify that the web console is ready before continuing. This is done by polling the web console service health endpoint until ready. Since the web console runs in a pod, there is some delay for the deployment to rollout and the pod to start, often because the web console image needs to be pulled. This results of each request to the service are output to the ansible log. As long as the health check succeeds in the time allowed (currently 10 minutes), the console was successfully installed. The log messages are normal and expected. Note that we changed the way we check for readiness recently, which should reduce some of the noise in the logs: https://github.com/openshift/openshift-ansible/pull/8274 Based on the understanding that the console was installed successfully and the question is specifically on this output in the logs, this is working as intended. If the web console install did not complete and the install failed, let us know, and we can help troubleshoot the problem. |