-
Notifications
You must be signed in to change notification settings - Fork 61
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 #4535
Comments
I cannot reproduce this locally. I have the Red Hat Sandbox set as current cluster: apiVersion: v1
clusters:
- cluster:
server: https://api.sandbox-XXXXX.openshiftapps.com:6443
name: api-sandbox-XXXXX-openshiftapps-com:6443
contexts:
- context:
cluster: api-sandbox-XXXXX-openshiftapps-com:6443
namespace: adietish-dev
user: adietish/api-sandbox-XXXXX-openshiftapps-com:6443
name: adietish-dev/api-sandbox-XXXXX-openshiftapps-com:6443/adietish
current-context: adietish-dev/api-sandbox-XXXXX-openshiftapps-com:6443/adietish
kind: Config
preferences: {}
users:
- name: adietish/api-sandbox-XXXXX-openshiftapps-com:6443
user:
token: sha256~XXXXXXXX When launching the plugin I am logged in, I get the cluster listed. |
@vrubezhny @adietish is it the same error - https://issues.redhat.com/browse/CRW-7526 ? |
@ibuziuk There actually could be a few issues:
There might be some other problems but it's quite difficult to predict any without fixing the CHE-Workspace configuration (RHEL9-based image required + Kube config is to be correctly created and available for the extension) in advance. When I was testing using the steps to reproduce provided in eclipse-che/che#23183 and UBI9-based Workspace image, the Kube config wasn't available, actually not even So, please, test the extension once again with VSCode Openshift Toolkit v.1.18.0 (released this week) and RHEL8-based CHE-Workspace image becomes finally available. |
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.
See the details and Steps to Reproduce at: eclipse-che/che#23183
The text was updated successfully, but these errors were encountered: