vscode-openshift-tools
vscode-openshift-tools copied to clipboard
Cannot Start Dev action on quarkus component until an OpenShift Project is created
Env. Linux, Fedora 36, OCP: local CRC 2.9.0.
- Connect to the cluster (crc)
- Create a quarkus component
- Run start Dev on the component
- Assert: Component is being "pushed" to the cluster Actual result: Nothing happens, just Starting odo dev put to console. After the project is created this works.
Maybe it is simply not that clear to me, but I could not execute (it does nothing, just wrote out Starting odo dev but nothing else) Start Dev operation on created quarkus component, until a project is created on OpenShift connection.