-
Notifications
You must be signed in to change notification settings - Fork 263
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
Support multiple NAMEs on service delete #492
Conversation
/retest |
1 similar comment
/retest |
@daisy-ycguo please rebase on master, this should fix the test issues. |
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.
looks good to me, please also add a line to CHANGELOG.adoc for this change. thanks !
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.
We definitely need an e2e test for this.
What happens if the list has bogus services in it. Should the whole command fail or continue. Likely fail as you have implemented but a message to user that the remaining services did not get deleted is likely needed.
Let's be clear about the failure scenarios and add appropriate tests.
Thanks for the contribution.
/retest |
a4e4ba7
to
bee8514
Compare
Thank you for review. Your comment is addressed. An e2e test case is added.
|
bee8514
to
da29aa1
Compare
Thank you for review. I've add a line to CHANGELOG.adoc. |
/lgtm |
/approved |
da29aa1
to
900a6d8
Compare
The following is the coverage report on the affected files.
|
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: daisy-ycguo, rhuss 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 |
* Updates to the Prow config generator * move account presets to the jobs, making them self-contained * allow filtering config by job name * allow adding a wrapper command to a job * Remove redundant filter check
Partially address #317
Proposed Changes
kn service delete
Release Note:
In the following cases, add a short description of PR to the unreleased section in CHANGELOG.adoc:
kn service delete