redhat-developer / odo

odo - Developer-focused CLI for fast & iterative container-based application development on Podman and Kubernetes. Implementation of the open Devfile standard.
https://odo.dev
Apache License 2.0
787 stars 243 forks source link

Invalid description when running 'odo dev --debug' #7197

Closed sbouchet closed 4 months ago

sbouchet commented 8 months ago

/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

github-actions[bot] commented 5 months ago

A friendly reminder that this issue had no activity for 90 days. Stale issues will be closed after an additional 30 days of inactivity.

github-actions[bot] commented 4 months ago

This issue was closed because it has been inactive for 30 days since being marked as stale.