-
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
Support Alizer-based automatic port detection with odo init interactive mode #6365
Conversation
Skipping CI for Draft Pull Request. |
✅ Deploy Preview for odo-docusaurus-preview ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
9bf3883
to
2063b32
Compare
2063b32
to
4f0b8ed
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for this work.
Just a little note below
/hold Waiting for #6378 to be merged. It bumped Alizer to a more recent commit. |
…ted" This is confusing to users.
This is because we specifically need to display the ports at the same moment when the language, project type and Devfile are displayed to the end user (when source code is present)
…prior to asking for its customization The case of multi-container components will be handled in [1]. Otherwise, the container component ports (all but the Debug ports) are replaced with the right application ports. [1] redhat-developer#6264
This allows such ports to be port-forwarded first, before the Debug ones.
ff4083c
to
e82b0a0
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
/hold cancel |
/override ci/prow/v4.11-integration-e2e |
@feloy: Overrode contexts on behalf of feloy: ci/prow/v4.11-integration-e2e 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. |
What type of PR is this:
/kind feature
/area init
What does this PR do / why we need it:
This bumps the Alizer library to a more recent commit, in order to benefit from automatic port detection when running
odo init
interactively from a directory with source code.More details and context in #5863
Which issue(s) this PR fixes:
Fixes #5863
PR acceptance criteria:
Unit test
Integration test
Documentation
How to test changes / Special notes to the reviewer:
How port detection works is explained in detail in this document.