odo
odo copied to clipboard
Invalid description when running 'odo dev --debug'
/kind bug
What versions of software are you using?
Operating System: Fedora 39
Output of odo version: 3.15.0
How did you run odo exactly?
odo dev --platform podman --debug --forward-localhost
then
odo describe component
Actual behavior
output of the describe command:
Running in: Dev
Running on:
• podman: Dev
Dev Control Plane:
• podman
API: http://localhost:20000/api/v1/
Web UI: http://localhost:20000/
Forwarded ports:
• [podman] 127.0.0.1:20001 -> runtime:3000
Name: http-node
• [podman] 127.0.0.1:20002 -> runtime:5858
Name: debug
Exposure: none
Debug: true
Supported odo features:
• Dev: true
• Deploy: false
• Debug: true
Expected behavior
as Debug is supported, i'm running using the --debug and thus it must be returned when describing the component.
it's actually the same output for the dev only command.the only change is the debug port.