-
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 dev: handle port forwarding after pod restart #5885
odo dev: handle port forwarding after pod restart #5885
Conversation
✅ Deploy Preview for odo-docusaurus-preview canceled.
|
4a43631
to
2c4fd9d
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.
Clearly I'm struggling a bit with channels used for communicating start/stop of port-forwarding.
261ebc9
to
6c4416f
Compare
@feloy the message about port-forwarding is appearing quite early: |
7c20ce3
to
e7bc96f
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.
Mostly lgtm.
/lgtm |
/lgtm |
… devfile.yaml changes
edc703e
to
8bc71a6
Compare
Kudos, SonarCloud Quality Gate passed!
|
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, but I had a small comment below.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rm3l The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
/override ci/prow/v4.10-integration-e2e |
@feloy: Overrode contexts on behalf of feloy: ci/prow/v4.10-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. |
) * Move port forwarding to reconcile loop * Add integration test * Fix dependencies on cli/dev + remove message to restart odo dev after devfile.yaml changes * Restart port forwarding when endpoints are modified in Devfile * Fix setNamespace * Fix componentName * Move message back to CLI * add doc * Move port forwarding after starting application * Remove unnecessary dependency to State module * Fix err
What type of PR is this:
/kind feature
What does this PR do / why we need it:
Which issue(s) this PR fixes:
Fixes #5866
PR acceptance criteria:
Unit test
Integration test
Documentation
How to test changes / Special notes to the reviewer: