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

Cannot Start Dev action on quarkus component until an OpenShift Project is created

Open odockal opened this issue 3 years ago • 0 comments

Env. Linux, Fedora 36, OCP: local CRC 2.9.0.

  1. Connect to the cluster (crc)
  2. Create a quarkus component
  3. Run start Dev on the component
  4. 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.

odockal avatar Oct 20 '22 15:10 odockal