Skip to content
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 should show information about available debug ports #6036

Closed
valaparthvi opened this issue Aug 18, 2022 · 2 comments · Fixed by #6537
Closed

odo describe component should show information about available debug ports #6036

valaparthvi opened this issue Aug 18, 2022 · 2 comments · Fixed by #6537
Assignees
Labels
kind/user-story An issue of user-story kind sprint demo Indicates an issue for which a demo should be recorded and presented at the end of the sprint.
Milestone

Comments

@valaparthvi
Copy link
Contributor

valaparthvi commented Aug 18, 2022

odo describe component will have a separate section(human readable, and JSON) for debug ports.

Debug endpoints can be identified with the following naming convention:

  • either a single endpoint named debug
  • or any endpoint with a name starting with debug-

Also, make sure to make odo describe component display endpoint exposure.

Originally posted by @valaparthvi in #5988 (comment)

/status blocked
Until #5988 is merged.

/kind feature

@openshift-ci openshift-ci bot added the kind/feature Categorizes issue as a feature request. For PRs, that means that the PR is the implementation label Aug 18, 2022
@valaparthvi valaparthvi added the status/blocked Denotes an issue or PR that is blocked on something (e.g., issue/PR in different repo) label Aug 18, 2022
@rm3l rm3l added this to after v3.0.0 Sep 1, 2022
@rm3l rm3l added this to odo Project Sep 29, 2022
@rm3l rm3l added kind/user-story An issue of user-story kind and removed status/blocked Denotes an issue or PR that is blocked on something (e.g., issue/PR in different repo) kind/feature Categorizes issue as a feature request. For PRs, that means that the PR is the implementation labels Nov 8, 2022
@rm3l
Copy link
Member

rm3l commented Nov 8, 2022

Unblocking this as #5988 is done (see #5988 (comment))

@valaparthvi
Copy link
Contributor Author

valaparthvi commented Dec 1, 2022

Add a new PortName field to api.component.go:ForwardedPort to be able to identify debug port (debug endpoints are named "debug" or start with "debug-").

@rm3l rm3l added the area/debug label Jan 3, 2023
@rm3l rm3l self-assigned this Jan 4, 2023
@rm3l rm3l added this to the v3.6.0 🚀 milestone Jan 4, 2023
@rm3l rm3l modified the milestones: v3.6.0 🚀, v3.7.0 🚀 Jan 24, 2023
@rm3l rm3l moved this to In Progress 🚧 in odo Project Jan 24, 2023
@valaparthvi valaparthvi added the sprint demo Indicates an issue for which a demo should be recorded and presented at the end of the sprint. label Jan 25, 2023
@rm3l rm3l moved this from In Progress 🚧 to In Review 👀 in odo Project Jan 26, 2023
@github-project-automation github-project-automation bot moved this from In Review 👀 to Done ✅ in odo Project Jan 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/user-story An issue of user-story kind sprint demo Indicates an issue for which a demo should be recorded and presented at the end of the sprint.
Projects
Archived in project
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants