vscode-openshift-tools
vscode-openshift-tools copied to clipboard
OpenShift extension for Visual Studio Code
When Kube config's `current-context` points to a cluster which is available, but a user is not logged in to, the extension fails to load the App. explorer initial content permanently...
Replace extension.vsKubernetesLoad, extension.vsKubernetesUseNamespace command functionality Ref: https://github.com/redhat-developer/vscode-openshift-tools/issues/3981
"Start Dev on Podman" opens terminal with following error ``` unable to access podman. Do you have podman client installed and configured correctly? cause: timeout (1s) while waiting for Podman...
As a user I want VSCode OS Tools to be responsive when I invoke any actions, however, when I press `Login`/`Switch Context`/`Change Active Project` there is not any progress indication,...
As mentioned in IJ OpenShift https://github.com/redhat-developer/intellij-openshift-connector/issues/772 Current Upstream Helm CLI is 3.14.3 (https://github.com/helm/helm/releases) and adds new features whereas Red Hat OpenShift mirror is still on 3.12 ( and is currently...
In the following steps a new context is created and used, where there's no current namespace. Furthermore the user is not allowed to list all namespaces nor inspect the current...
Currently, our extension lacks a dedicated WebView for managing cluster logins. This enhancement aims to streamline the authentication process and enhance user experience to handle the login process with a...
odo has a document for air gapped support, we need to utilize the same and add information on the extension side too. https://odo.dev/docs/user-guides/advanced/container-based-application-development-air-gapped-environment/
We use `odo` to keep track of the user's current project or namespace, list available projects or namespaces, and switch projects or namespace. For instance: https://github.com/redhat-developer/vscode-openshift-tools/blob/main/src/odo/odoWrapper.ts#L81 Since `odo` is no...