Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Parthvi Vala <pvala@redhat.com>
  • Loading branch information
feloy and valaparthvi authored Jan 5, 2023
1 parent af660e2 commit ec6eaae
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/website/blog/2023-01-04-odo-v3.5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,17 @@ Check this Playlist for an overview of the most notable changes in this release:

#### `odo delete component` deletes component running on podman

When you run `odo dev` on podman platform, pressing ctrl-c will delete the resources from podman.
When you run `odo dev` on podman platform, pressing Ctrl+c will delete the resources from podman. If `odo dev` does not delete the resources as expected (because it failed unexpectedly, it has been killed with the KILL(9) signal, etc), you can use `odo delete component` to delete the resources.

If `odo dev` does not delete the reosurces as expected (because it failed unexpectedly, it has been killed with the KILL(9) signal, etc), you can use `odo delete component` to delete the resources.

Note that you need to run odo in the experimental mode for this feature.
Note that you need to run delete command in the experimental mode for this feature.

<iframe width="560" height="315" src="https://www.youtube.com/embed/ezLUArXMaGs" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

#### `odo describe component` describes component running on podman

You can now get the description of a component running on podman with the command `odo describe component`.

Note that you need to run odo in the experimental mode for this feature.
Note that you need to run the describe command in the experimental mode for this feature.

<iframe width="560" height="315" src="https://www.youtube.com/embed/hhEqPfLurzI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

Expand Down

0 comments on commit ec6eaae

Please sign in to comment.