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.
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 versioncommand used. The extension expectsServer: serverurlstring is presented in stdout, but in case of kubernetes cluster it is not presented.