vscode-openshift-tools icon indicating copy to clipboard operation
vscode-openshift-tools copied to clipboard

OpenShift extension for Visual Studio Code

Results 245 vscode-openshift-tools issues
Sort by recently updated
recently updated
newest added

On my linux VMs, when I am logged in to a cluster and I log out (both left click on connection -> log out and via command palette), after trying...

kind/bug

Type: Bug ## Describe the bug Error message with OpenShift Cluster 4.12.49 by opening a namespace with a lot of deployments: stdout maxBuffer length exceeded ## Expected Behavior List namespace...

kind/bug

Currently we use ![image](https://github.com/redhat-developer/vscode-openshift-tools/assets/620781/e415ea38-c48f-4d60-8b40-01bf3887f342) icon for `Set active project` action, which, IMHO, doesn't associates clearly enough to switching projects/namespaces currently presented using the following image ![image](https://github.com/redhat-developer/vscode-openshift-tools/assets/620781/4ea30e23-f1bc-4c8f-ad37-db85cc974f3c) It would be good...

If I create a deployment from a container image, and set the container image as: `quay.io/datho7561/pet-alpine` (my quay username is davthomp, so this will fail): 1. I am not warned...

kind/bug

After added and connect to a OC Cluster, when openning the OPENSHIFT TERMINAL it displays No terminals opened with a red reload icon. ![image](https://github.com/redhat-developer/vscode-openshift-tools/assets/7741737/f9338417-7933-4b93-a624-4a9afb78eacc) What I can do? Thanks.

kind/bug

When starting up, the "Components" sidebar takes a while to load (a couple of seconds). A further investigation will need to be performed as to why (eg. which function calls...

performance

It would be nice to expose a running service to the internet using a `Route` (in the case of OpenShift) or `Ingress` (in the case of other Kubernetes distributions). Here's...

kind/enhancement

We have an OpenShift cluster that we access using domain accounts via LDAP. If I just enter my credentials when logging in I can't authenticate. What do I need to...

kind/bug

The "show deployment logs" feature works by running the command to watch the logs on a timer until it succeeds. Currently if the user switches projects after creating a new...

kind/bug

To reproduce: 1. Open VS Code with VS Code OpenShift installed, and ensure the OpenShift terminal is focused 2. Close VS Code 3. Reopen VS Code 4. **Quickly** switch to...

kind/bug