-
Notifications
You must be signed in to change notification settings - Fork 244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
odo describe component
displays Forwarded Ports for a component that is not running
#6534
Comments
A friendly reminder that this issue had no activity for 90 days. Stale issues will be closed after an additional 30 days of inactivity. |
This issue was closed because it has been inactive for 30 days since being marked as stale. |
Reopening because of #6994: making |
A friendly reminder that this issue had no activity for 90 days. Stale issues will be closed after an additional 30 days of inactivity. |
This issue is no longer reproduced now that #6994 has been fixed.
/close |
/kind bug
What versions of software are you using?
Operating System:
Fedora 37, kernel 6.1.7-200.fc37.x86_64
Output of
odo version
:How did you run odo exactly?
Actual behavior
After the component has been deleted,
odo describe component
reports a list of "Forwarded Ports", but "Running in" is "None":Expected behavior
odo describe component
should not report any forwarded ports, because the component is not running. Same point for its JSON output.We can:
odo delete component
(andodo delete component --running-in dev
) also delete the.odo/devstate.json
file if any;odo describe component
such that it shows a list of forwarded ports only if "Running in" contains the Dev mode.Any logs, error output, etc?
The text was updated successfully, but these errors were encountered: