-
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
Delete dev resources only when stopping Dev session #5751
Delete dev resources only when stopping Dev session #5751
Conversation
✅ Deploy Preview for odo-docusaurus-preview canceled.
|
Co-authored-by: Dharmit Shah <[email protected]>
/lgtm |
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 after testing this fix, but I added a few minor comments on the doc.
@@ -41,6 +41,9 @@ In the above example, three things have happened: | |||
* `odo` has port-forwarded your application for local accessability | |||
* `odo` will watch for changes in the current directory and rebuild the application when changes are detected | |||
|
|||
You can press Ctrl-c at any time to terminate the development session. The command can take a few moment to terminate, as it |
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.
I think it should be: "can take a moment" or "can take a few moments".
But maybe a native English speaker could correct me? @dharmit ? ^^
You can press Ctrl-c at any time to terminate the development session. The command can take a few moment to terminate, as it | |
You can press Ctrl-c at any time to terminate the development session. The command can take a few moments to terminate, as it |
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.
I did notice it, but didn't bring it up. However, I completely agree with your take on this.
docs/website/versioned_docs/version-3.0.0/command-reference/dev.md
Outdated
Show resolved
Hide resolved
2a36ba7
to
b207513
Compare
Kudos, SonarCloud Quality Gate passed!
|
/approve |
[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 |
…#5751) * Add integration test * Fix issue * doc * Update pkg/component/delete/delete.go Co-authored-by: Dharmit Shah <[email protected]> * Review Co-authored-by: Dharmit Shah <[email protected]>
What type of PR is this:
/kind bug
What does this PR do / why we need it:
Which issue(s) this PR fixes:
Fixes #5700
PR acceptance criteria:
Unit test
Integration test
Documentation
How to test changes / Special notes to the reviewer: