-
Notifications
You must be signed in to change notification settings - Fork 243
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
Registry devfiles are incompatible with odo dev --debug #5988
Comments
@jeffmaury even if it forwarded it is not clear how to distinguish application ports from one should be used to connect debugger. |
Plan is to have kind information in odo describe |
As discussed with the team:
|
AI:
|
We can start working on adding debug endpoints in the Devfile registry stacks (PR to create in the Devfile registry repo). So I've added this to the v3 board. #6036 will be addressed after v3 GA. |
As discussed with @kadel, there is a limitation on the endpoint name: Convention for Debug endpoints would then be to have:
|
As discussed in the last community call, Doing so however requires updating I've just created a PR on the Devfile registry side to add such debug endpoints: devfile/registry#122 I'll close this issue once devfile/registry#122 is merged. |
/status blocked Blocked until devfile/registry#122 is merged and available in the default registry. |
devfile/registry#122 has been merged on the Devfile registry side. And it looks like it is also available in both staging and production registries. I just tested it against the default production Devfile registry, and both the application and debug ports are being forwarded:
/remove-status blocked Closing this issue as complete then. /close Next related steps for us:
But those issues do not prevent registry Devfiles from being used with |
@rm3l: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/kind bug
What versions of software are you using?
Operating System:
Win10Pro
Output of
odo version
:How did you run odo exactly?
odo dev --debug
Actual behavior
The debug port should be forwarded as well
Expected behavior
Only the application port is forwarded
Any logs, error output, etc?
The text was updated successfully, but these errors were encountered: