-
Notifications
You must be signed in to change notification settings - Fork 544
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
./scripts/run_console_local.sh
doesn't provide a usable console with make run-local
or make run-local-shift
#437
Comments
Could you post the output from |
@njhale It's possible that the sequence of commands I'm running is incorrect ( make run-local
./scripts/run_console_local.sh
|
My guess is the |
@alecmerdler that's definitely possible since I didn't set |
It needs to be set to the same |
Perhaps I'm doing something wrong but after setting
|
I'm convinced that this is an issue with networking between The solution is likely to add |
I've been trying to get started with interacting with OLM via the Web UI and have run into issues using
minikube
/minishift
viamake run-local
andmake run-local-shift
followed by./scripts/run_console_local.sh
to start the OKD consoleNavigating to
https://my_ip:8443
only shows the service catalog, nothing else, so I figured that therun_console_local.sh
might help.Once I am successful, I'm expecting that there will be a new section of the UI that I can interact with as shown in the screenshot from README.md ( below).
Actual result is not as functional, menu buttons are clickable but nothing else much happens on the page.
I am also seeing a bunch of errors resulting from the
./scripts/run_console_local.sh
script:Will continue to debug, but looking for pointers from the experts on where to start :). Perhaps docs need an update as well if this isn't a working method anymore.
The text was updated successfully, but these errors were encountered: