-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[k8s plugin] Clusters view is empty #14748
Comments
@azatsarynnyy it's not clear for me the area of the issue ? |
@benoitf I guess it's related to remote plugins since I've got the errors in theia sidecar like the following:
|
probably yes |
@benoitf @azatsarynnyy do you mean that it is a regression introduced by the pointed issues in monaco-language-client? or that it should be fixed by it? |
please note also that to have the Kubernetes icon on the left, I need to reload the page after creation of the workspace |
Hello @apupier
likely that's caused by the pointed issue but should be already fixed by eclipse-che/che-theia#468
it looks like #14611 |
ok, what do I need to do to have the version with the fix picked up? Just launch another workspace? delete Che pod? call chectl server:delete and and chectl server:start? |
I deleted my minikube instance and recreatd everything. The Kubernetes commands are now available (after a refresh of the page).
|
@apupier just make sure that your workspace is started with the I've also checked it on my minikube. Probably it's really fixed by eclipse-che/che-theia#468 |
Closing it as it works well with the |
I confirm that it is fixed. |
Describe the bug
Clusters
view from Kubernetes plugin is empty although kubeconfig is set up correctly, see the terminal outputChe version
Steps to reproduce
chectl workspace:inject -k
command.kubectl get po
output shows that kubeconfig has correct configuration.Expected behavior
Clusters
tree should display clusters objects.Runtime
kubectl version
)oc version
)minikube version
andkubectl version
)minishift version
andoc version
)docker version
andkubectl version
)Screenshots
Installation method
Environment
Additional context
The text was updated successfully, but these errors were encountered: