-
Notifications
You must be signed in to change notification settings - Fork 59
Open console command doesn't open the console web page. #1247
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
Comments
@sudhirverma It works for me when running CRC 1.0.0. What are you using to run OpenShift ? |
@mohitsuman I am using
https://github.com/code-ready/crc/releases/tag/1.0.0 |
Do you mean the issue is while using command palette? Please update the description accordingly. |
Just tried this with an actual 4.2 cluster (not CRC). The thing is, the login URL is completely different to the console URL. And all the tooling does is slap
|
Just for reference:
|
You should ask @adietish because the console URL must be retrieved from configMap for OCP 4 and he did the job for openshift-rest-client. |
I will use |
@sudhirverma The console url from Tree node action works correctly. It also works from the command palette. Are you trying this for 3.x or 4.x cluster ? As per your PR, it is for 3.x and issue has 4.x mentioned. Please clarify and update. |
@jrichter1 For 3.x cluster, it directly appends the /console to the serverUrl generated. |
The result above is not me trying to explain the inner workings of the extension, that's what it actually opened up when I selected 'Open Console Dashboard' from the context menu. I mean |
I am curious why this is happening. I just checked for 2 different clusters. Do you have the instance of OpenShift I can connect and test that again, if it is up and running. I guess it might then be skipping the condition check and not waiting for the result. Need to investigate here. |
I have already mentioned in description it's related to 4.x. |
Yeah read above please. Your PR relates to fix in 3.x cluster. And can you pass me the url you are trying to connect here, if it is not CRC one. |
It's worked fine if we login as kubeadmin but it doesn't work when we login with |
Uh oh!
There was an error while loading. Please reload this page.
Open console command doesn't open the console web page.
for login: using
oc login -u developer -p developer https://api.crc.testing:6443
command and using latest crc.Openshift version: 4.x
The text was updated successfully, but these errors were encountered: