-
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
Implement odo delete component --running-in
#6485
Implement odo delete component --running-in
#6485
Conversation
✅ Deploy Preview for odo-docusaurus-preview ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
a558005
to
4045ad0
Compare
/hold
|
Blocked by #6499, which should allow running Podman tests in isolated namespaces. |
4045ad0
to
26a11de
Compare
/hold cancel |
…ion on both cluster and Podman
…ntion the provided value for 'running-in'
26a11de
to
b94c566
Compare
Kudos, SonarCloud Quality Gate passed!
|
Rebased and force-pushed to fix Git conflicts. |
What type of PR is this:
/kind feature
What does this PR do / why we need it:
See #6409 for the rationale.
Which issue(s) this PR fixes:
Fixes #6409
PR acceptance criteria:
Unit test
Integration test
Documentation
How to test changes / Special notes to the reviewer:
running-in
is not specified,odo delete component
deletes resources running in bothdev
anddeploy
. If the experimental mode is on, it also tries to delete resources deployed on Podman.odo delete component --running-in <dev|deploy>
.--name
flag, and on Podman as well.