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

## Issue When a component was pushed using the `Push` action, it instantaneously changed to `pushed` even before the push process started. This becomes as issue if someone stops the...

kind/enhancement
priority/major

When component pushed and build failed component still reported as pushed because deployment config is present and odo reports it that way. In this state some of the commands (open...

kind/enhancement
priority/major

Now `OpenShift: Describe Service` just calls `odo catalog describe service' in terminal view. Would be good to have react viewer where you can see: 1. Description for service 2. Parameters...

priority/major
kind/feature
demo

Add `--request-timeout` option to all `oc` calls if it is configured in user settings.

kind/enhancement
priority/minor
demo

Current implementation send all the commands to the same channel and it is totally indistinguishable what was triggered by reaction to ui, collapse/expand tree nodes, and by user calling commands...

kind/enhancement
priority/critical
demo

Documenting how to deploy wildwest app would be a good candidate for Quick start document. App consists of [frontend ](https://github.com/openshift-evangelists/Wild-West-Frontend) and [backend](https://github.com/openshift-evangelists/Wild-West-Backend) and require additional oc commands executed. Final working...

kind/task
component/documentation
demo

KUBECONFIG evn variable could contain list of k8s configuration files and JS client knows how to load and merge them in single configuration object. The extension tracks changes only in...

priority/major
kind/bug

From @jeffmaury. While working on the odo based explorer to JBoss Tools, I noticed that we are starting long running process and those processes are not managed / controlled once...

priority/major
Epic

See odo issue https://github.com/openshift/odo/issues/2327.

priority/major
kind/feature
upstream/odo

Currently when we create components, urls, storage, it is in local config and then we have to run PUSH command to deploy on cluster. - To make it similar to...

kind/enhancement
priority/critical
demo