-
Notifications
You must be signed in to change notification settings - Fork 23
[kn-admin]Add support to remove registry with credentials #47
Conversation
Welcome @12345lcr! It looks like this is your first PR to knative/client-contrib 🎉 |
Hi @12345lcr. Thanks for your PR. I'm waiting for a knative member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/ok-to-test |
@12345lcr Generally it looks very good! Just a few minor comments as above. |
You can ask in #steering-toc-questions or for now ping @evankanderson directly. I'm off because of holidays here in Germany and back on Monday. |
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.
See comments. Thanks for contributions.
@zhanggbj @chaozbj @maximilien Thank you all for reviewing and I am really appreciate it! I just updated the pr with comments addressed, feel free to review again and leave any comments. |
@12345lcr LGTM. But would you please also add ab example for |
7154977
to
2b1f898
Compare
2b1f898
to
83e9fc9
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 12345lcr, zhanggbj 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 👍 |
/lgtm |
@@ -69,23 +69,27 @@ Manage Service deployment from a private registry | |||
For example: | |||
|
|||
kn admin registry add \ | |||
--secret-name=[SECRET_NAME] |
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.
How about just --secret
instead of --secret-name
?
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.
For issue: #39
As a Knative administrator, I want to remove registry with credentials for Knative platform through username and server url.