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

Unable to delete components in ocp extension

Open bkemp opened this issue 2 years ago • 4 comments

Able to delete the 'project' but not able to delete and remove a component in the extension sidebar.

bkemp avatar Sep 20 '22 13:09 bkemp

additionally, after deleting the namespace/project, deploying the orphaned component to ocp silently does nothing

bkemp avatar Sep 20 '22 13:09 bkemp

Able to delete the 'project' but not able to delete and remove a component in the extension sidebar.

@bkemp You are saying you cannot deleted component in 'Components View'. Is that correct?

deploying the orphaned component to ocp silently does nothing

There is no deployment feature in extension, could you elaborate what exactly you are using in UI?

Thank you.

dgolovin avatar Sep 21 '22 05:09 dgolovin

Yes, the component cannot be deleted AND there is an action in the ellipsis '...' that says 'Deploy to Openshift'. This is after the cluster does not exist, as well. I can click on it, but nothing happens, of course. It's very misleading.

bkemp avatar Sep 28 '22 19:09 bkemp

"Deploy to OpenShift" was a vscode-quarkus feature. We've removed that feature from vscode-quarkus, since it wasn't working. This what the "Delete Component" options look like now: Screenshot from 2023-10-19 10-25-25

datho7561 avatar Oct 19 '23 14:10 datho7561