-
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
VS Code OpenShift Toolkit extension does not detect connection on the cluster it is deployed on #23183
Comments
@adietish could you please take a look ? |
@vrubezhny is looking at it in redhat-developer/vscode-openshift-tools#4535. |
@apupier Could you , please, tell if this issue is a regression? |
I'm not sure. |
I reproduce the new issue with Kubernetes extension, so means we have another different regression with VS Code Kubernetes. By looking to Output ->OpenShift, I found this kind of error:
In Output ->Extension host (remote):
and
the Kubernetes ouput is strangely completely empty |
based on this command in the terminal:
it seems that the base image is containg a too old version glibc compared to what the oc and odo binaries used by the extension are supporting |
@apupier Do we have any idea on how we can change/update the base image so it has the required version of GLIBC?
|
Yes, I've checked - |
Depends on the #23034 to be solved. |
finally manged to start with a udi9 image https://github.com/apupier/reproducer-che-vscode-openshift-udi9
but the VS COde extension Toolkit extension is not able to activate:
|
@apupier Do you have |
It seems I have no ~/.kube/config available. The VS Code Kubernetes extension is not finding the connection neither this time |
OK, then it looks like redhat-developer/vscode-openshift-tools#3872 is still reproducible. PS: VS Openshift Toolkit doesn't depend on VS Kubernetes extension, so you don't need to add the last one to your |
But, all I can do here is to create a However I wouldn't (even if I can) define any |
Describe the bug
VS Code OpenShift Toolkit extension does not detect connection on the cluster it is deployed on even if VS Code Kubernetes is able to detect it
Che version
7.92@latest
Steps to reproduce
Expected behavior
to have connection visible in VS Code OpenShift perspective
Runtime
OpenShift
Screenshots
No response
Installation method
other (please specify in additional context)
Environment
Dev Sandbox (workspaces.openshift.com)
Eclipse Che Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: