You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ odo dev
__
/ \__ Developing using the "my-java-wildfly" Devfile
\__/ \ Namespace: default
/ \__/ odo version: v3.6.0
\__/
↪ Running on the cluster in Dev mode
• Waiting for Kubernetes resources ...
✓ Added storage m2-repository to component
⚠ Pod is Pending
✓ Pod is Running
✓ Syncing files into the container [109ms]
✓ Executing copy-galleon command "cp -Rf /opt/jboss/container/wildfly/s2i/galleon/galleon-m2-repository /tmp/. && cp -Rf /opt/wildfly /tmp/." on container "wildfly" [960ms]
✓ Executing provision-server command "/usr/local/s2i/assemble && cp -Rf $JBOSS_HOME ." on container "wildfly" [8s]
✓ Executing store-config command "mkdir $STANDALONE_RESTORE && cp -f $JBOSS_HOME/standalone/configuration/standalone.xml $STANDALONE_RESTORE/standalone.xml" on container "wildfly" [47ms]
✓ Building your application in container (command: compile) [47s]
✓ Building your application in container (command: copy-artifact) [51ms]
• Executing the application (command: run) ...
- Forwarding from 127.0.0.1:20001 -> 16686
- Forwarding from 127.0.0.1:20002 -> 8080
Expected behavior
The following lines provide too much info, and are not consistent with how the other commands (build, run, debug) are displayed in the output.
Here we display the whole command lines, which adds a lot of unnecessary clutter.
Maybe we could instead display something shorter like below, to have a consistent and decluttered output:
$ odo dev
__
/ \__ Developing using the "my-java-wildfly" Devfile
\__/ \ Namespace: default
/ \__/ odo version: v3.6.0
\__/
↪ Running on the cluster in Dev mode
• Waiting for Kubernetes resources ...
✓ Added storage m2-repository to component
⚠ Pod is Pending
✓ Pod is Running
✓ Syncing files into the container [96ms]
✓ Executing post-start command in container (command: copy-galleon) [835ms]
✓ Executing post-start command in container (command: provision-server) [8s]
✓ Executing post-start command in container (command: store-config) [52ms]
✓ Building your application in container (command: compile) [54s]
✓ Building your application in container (command: copy-artifact) [57ms]
• Executing the application (command: run) ...
- Forwarding from 127.0.0.1:20001 -> 8080
- Forwarding from 127.0.0.1:20002 -> 16686
Any logs, error output, etc?
The text was updated successfully, but these errors were encountered:
/kind bug
/area dev
What versions of software are you using?
Operating System:
Fedora 37, kernel 6.1.9-200.fc37.x86_64
Output of
odo version
:odo v3.6.0 (eeda644)
How did you run odo exactly?
Actual behavior
Expected behavior
The following lines provide too much info, and are not consistent with how the other commands (build, run, debug) are displayed in the output.
Here we display the whole command lines, which adds a lot of unnecessary clutter.
Maybe we could instead display something shorter like below, to have a consistent and decluttered output:
Any logs, error output, etc?
The text was updated successfully, but these errors were encountered: