You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OpenShift application explorer is empty and shows welcome screen even when docker-descktop context selected that points to correct kubernetes cluster and references user with valid certificates.
It happens because to detect cluster url odo version command used. The extension expects Server: serverurl string is presented in stdout, but in case of kubernetes cluster it is not presented.
The text was updated successfully, but these errors were encountered:
dgolovin
changed the title
Using kubetnetes contexts with user with valid certificate data does not show content of cluster in Application Explorer
Using kubernetes contexts with user with valid certificate data does not show content of cluster in Application Explorer
Mar 31, 2022
dgolovin
changed the title
Using kubernetes contexts with user with valid certificate data does not show content of cluster in Application Explorer
Using kubernetes context with user with valid certificate data does not show content of cluster in Application Explorer
Mar 31, 2022
dgolovin
added a commit
to dgolovin/vscode-openshift-tools
that referenced
this issue
May 13, 2022
OpenShift application explorer is empty and shows welcome screen even when docker-descktop context selected that points to correct kubernetes cluster and references user with valid certificates.
It happens because to detect cluster url
odo version
command used. The extension expectsServer: serverurl
string is presented in stdout, but in case of kubernetes cluster it is not presented.The text was updated successfully, but these errors were encountered: