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

Stopping odo dev also removes "odo deploy"ed resources #5700

Closed
feloy opened this issue Apr 27, 2022 · 0 comments · Fixed by #5751
Closed

Stopping odo dev also removes "odo deploy"ed resources #5700

feloy opened this issue Apr 27, 2022 · 0 comments · Fixed by #5751
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug. priority/High Important issue; should be worked on before any other issues (except priority/Critical issue(s)).

Comments

@feloy
Copy link
Contributor

feloy commented Apr 27, 2022

/kind bug

What versions of software are you using?

Operating System:

Fedora Linux

Output of odo version:

odo v3.0.0-alpha1 (3354b21)

How did you run odo exactly?

Actual behavior

$ odo list
 ✓  Listing components from namespace 'prj2' [87ms]
 NAME                     PROJECT TYPE  RUNNING IN  MANAGED 
 * devfile-nodejs-deploy  nodejs        None        odo     

$ odo deploy
[...]

$ odo dev &
[...]

$ odo list
 ✓  Listing components from namespace 'prj2' [74ms]
 NAME                     PROJECT TYPE  RUNNING IN   MANAGED 
 * devfile-nodejs-deploy  nodejs        Deploy, Dev  odo     

$ fg
Ctrl-c

$ odo list
 ✓  Listing components from namespace 'prj2' [2s]
 NAME                     PROJECT TYPE  RUNNING IN  MANAGED 
 * devfile-nodejs-deploy  nodejs        None        odo     

Expected behavior

The component should be still running in Deploy mode

Any logs, error output, etc?

@openshift-ci openshift-ci bot added the kind/bug Categorizes issue or PR as related to a bug. label Apr 27, 2022
@kadel kadel added the priority/High Important issue; should be worked on before any other issues (except priority/Critical issue(s)). label Apr 27, 2022
@kadel kadel moved this to Todo in odo v3-beta1 May 10, 2022
@kadel kadel assigned feloy and unassigned feloy May 16, 2022
@feloy feloy self-assigned this May 18, 2022
@feloy feloy moved this from Todo to For Review in odo v3-beta1 May 18, 2022
Repository owner moved this from For Review to Done in odo v3-beta1 May 19, 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/bug Categorizes issue or PR as related to a bug. 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.

3 participants