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

The application explorer is not refreshed when CRC is started. Starting with CRC 1.15. `crc.start` updates kubecontext with CRC information. I think application explorer is not picking up that change.

kind/enhancement
priority/major

Command to convert S2I components to devfile should be available for S2I components in Application Explorer. odo has support conversion using ```odo utils convert-to-devfile```

priority/major
kind/feature
demo

I created a quarkus project using vscode-quarkus, then tried to push it as a workspace component to my new OpenShift application. ODO says build failed, but still, component is shown...

kind/enhancement
priority/major
upstream/odo

When I login to cluster, only one project/active project is shown, so when I create new project, the old one gets lost... I know I can change active project. There...

kind/enhancement
priority/major

I don't know whether this is a bug or a feature of odo, but URLs now don't contain a segment with component name. So a URL now looks like this:...

priority/major
kind/bug

$**odo preference -h** ``` Modifies odo specific configuration settings within the global preference file. Available Parameters: Experimental - Set this value to true to expose features in development/experimental mode NamePrefix...

priority/major
kind/feature
demo

See https://github.com/openshift/odo/issues/2688 for details

priority/major
kind/feature
upstream/odo

Rather than always creating new view for when 'Follow Component's Log' command executed, the extension should reveal the view created for the same component. Depending on the current state of...

kind/enhancement
priority/major
demo

Implement[ a cluster provider ](https://github.com/Azure/vscode-kubernetes-tools/blob/master/docs/extending/clusterprovider.md) similar to the one that exists on kubernetes tools for minikube for CodeReady Containers.

priority/major
kind/feature

While investigating #1800, I tried to watch my component. After making a local change in my java project, the watcher tried to build the project (and failed). After doing Ctrl+A,...

kind/enhancement
priority/major