origin-web-console: Console loops endlessly when it can't connect to API server
Since we proxy from the master to the console, this should rarely happen. If the console can’t connect to the API server, however, it goes into a loop trying to do API discovery. This could happen because of a misconfiguration of clusterInfo.masterPublicURL or possibly due to incorrect certs.
/assign /kind bug /priority p2
@jwforres FYI
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 17 (10 by maintainers)
If we define the
masterPublicURLtohttps://192.168.65.5:8443, then the user will be redirected to the addresshttps://192.168.65.5:8443/login....to be authenticatedQuestion : What should we do to avoid to expose openshift at the address
192.168.65.5:8443but instead undername.192.168.65.5.nip.io? Why : As some Firewall blocks the port8443, then it is required to customize ocp (webconsole, master) to avoid to expose the port 8443. That could be done using a route or if we change the port to443Is there any work around for this problem ?