odo icon indicating copy to clipboard operation
odo copied to clipboard

Invalid description when running 'odo dev --debug'

Open sbouchet opened this issue 2 years ago • 0 comments

/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.

Any logs, error output, etc?

Capture d’écran du 2024-02-02 14-53-36

sbouchet avatar Feb 02 '24 13:02 sbouchet