vscode-openshift-tools
vscode-openshift-tools copied to clipboard
OpenShift extension for Visual Studio Code
## 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...
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...
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...
Add `--request-timeout` option to all `oc` calls if it is configured in user settings.
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...
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...
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...
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...
See odo issue https://github.com/openshift/odo/issues/2327.
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...