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 dev: handle port forwarding after pod restart #5866

Closed
3 tasks
rm3l opened this issue Jun 23, 2022 · 0 comments · Fixed by #5885
Closed
3 tasks

odo dev: handle port forwarding after pod restart #5866

rm3l opened this issue Jun 23, 2022 · 0 comments · Fixed by #5885
Assignees
Labels
kind/user-story An issue of user-story kind priority/High Important issue; should be worked on before any other issues (except priority/Critical issue(s)).

Comments

@rm3l
Copy link
Member

rm3l commented Jun 23, 2022

/kind user-story

User Story

As an odo user, I want to modify a container component in my Devfile So that my modifications are propagated to the cluster and I can still access the application.

Acceptance Criteria

  • It should restart the pod with the new changes (CPU, memory, ...)
  • It should reset the forwarded ports. Those ports should point to the new pod.
  • It should (ideally) reuse the same local port, if fixed. If the port was random, the new port must be advertised to users (JSON output case)

Notes

Links

/kind user-story

@openshift-ci openshift-ci bot added the kind/user-story An issue of user-story kind label Jun 23, 2022
@feloy feloy self-assigned this Jun 27, 2022
@rm3l rm3l added the priority/High Important issue; should be worked on before any other issues (except priority/Critical issue(s)). label Jun 27, 2022
@rm3l rm3l moved this to In Progress in odo v3-beta2 Jun 28, 2022
@feloy feloy moved this from In Progress to For review in odo v3-beta2 Jun 29, 2022
Repository owner moved this from For review to Done in odo v3-beta2 Jul 4, 2022
@rm3l rm3l added the v3 label Oct 7, 2022
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 priority/High Important issue; should be worked on before any other issues (except priority/Critical issue(s)).
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants