-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
New addon: registry-aliases #6657
Conversation
Welcome @kameshsampath! |
Hi @kameshsampath. Thanks for your PR. I'm waiting for a kubernetes 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. |
Can one of the admins verify this patch? |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: kameshsampath The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/ok-to-test |
Error: running mkcmp: exit status 1 |
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.
Do you mind adding a README into the addon folder describing the behavioral/environmental changes this addon introduces?
Thanks!
Do you mind putting some examples of using this ? |
yes I can do that I have working example folder which users can refer to |
0042e5f
to
1295ea8
Compare
@medyagh and @tstromberg - the PR is updated with README and usage. Please review and merge We need to handle the reversal of things done by add-on, we shall take that as separate issue . |
All Times minikube: [ 92.929873 92.385825 92.650600] Average Minikube (PR 6657): 93.504655 Averages Time Per Log
|
/ok-to-test |
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.
Profile command does not create profile anymore, please update the docs.
(to start a profile, you can use start command)
### Start minikube | ||
|
||
```shell | ||
minikube profile demo |
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.
The profile command has been changed . It no longer creates a profile. Just use start -p demo
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.
Please update this to the new format
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.
Done thanks ! @medyagh ^^
- Service Account and binding to run the job - Registry aliases ConfigMap - Registry aliases daemonset to update the node etc/hosts fixes: 4604 Signed-off-by: Kamesh Sampath <ksampath@redhat.com>
Signed-off-by: Kamesh Sampath <ksampath@redhat.com>
1295ea8
to
db27b59
Compare
All Times minikube: [ 67.880970 60.074232 61.744346] Average Minikube (PR 6657): 93.365172 Averages Time Per Log
|
Thank you! |
fixes #6656
Signed-off-by: Kamesh Sampath ksampath@redhat.com