-
Notifications
You must be signed in to change notification settings - Fork 453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blank white screen when opening openshift in browser #152
Comments
Steps to take after fresh minimal install completes:
I notice some shell script failures:
This leads to a failed ansible task:
|
I'm seeing that the solution to getting things like |
After working around the issues with
Edit: I'm thinking that the scripts in the repo never worked, and the things that I did to actually get the blank white screen were from downloading the binaries from https://www.okd.io/download.html and following their instructions, but also doing more stuff that I'll note below. Setup the server
Setup the client tools
From there the server is actually working, but it seems to show a blank white screen when trying to reach the app... possibly because console isn't in the HOST section of the web request. Fix blank screen on console by installing the console but it probably won't workRef: openshift/origin#20983 (comment)
Install the integrated docker registryThen fully test it out without using the web console:
|
So I did quite a bit of trail and error and had been having many problems. I ultimately switched to installing from branch 3.10 (which maybe should be a tag to make things more clear). While this made my install successful, and I can use the
oc
command to login and view status, I can't view the web UI... it just shows a blanks screen when going tohttps://console.MYIP.nip.io:8443
Also, when I curl that API, I do see this response:
I'm not sure what to make of that, but when I look at the docker ps, I see containers with names that used variables from my prior install steps... so maybe the old containers aren't being properly overwritten?
In the mean time I'm going to try a fresh install of Centos 7 again and keep notes here as I move forward.
The text was updated successfully, but these errors were encountered: