-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Update addon files to use fully qualified name #14521
Update addon files to use fully qualified name #14521
Conversation
Welcome @SiddhantKhisty! |
Hi @SiddhantKhisty. 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? |
Hi @SiddhantKhisty, you'll need to sign the CLA as outlined in the comments above, thanks |
@spowelljr hi, I just finished signing the CLA |
Hey @spowelljr, Sorry about that. I misunderstood the previous comment. I have a question though. Does the Registry on line 368 refer to the Docker hub registries? Also, I'm not sure how I should rebase this branch. Can we look into that once you've confirmed that no changes are needed? |
Hi @siddhant-khisty, yes registry is from Docker Hub (https://hub.docker.com/_/registry). And I resolved the rebase, I helped the person with that PR so I knew what changed so I handled it for you. |
/ok-to-test |
kvm2 driver with docker runtime
Times for minikube start: 56.6s 55.2s 57.0s 58.6s 54.2s Times for minikube ingress: 28.6s 29.6s 30.1s 26.1s 30.0s docker driver with docker runtime
Times for minikube ingress: 22.5s 21.5s 22.0s 22.0s 22.0s Times for minikube start: 26.9s 29.8s 29.0s 27.9s 27.1s docker driver with containerd runtime
Times for minikube start: 24.0s 24.3s 35.0s 22.9s 23.9s Times for minikube ingress: 26.5s 26.5s 27.4s 26.4s 26.5s |
These are the flake rates of all failed tests.
Too many tests failed - See test logs for more details. To see the flake rates of all tests by environment, click here. |
Hi @siddhant-khisty, thanks for the changes! The tests have discovered that we have a bug in our code in relation to setting the |
Hi @siddhant-khisty, my PR was merged, could you rebase on master and push back up, thanks. |
kvm2 driver with docker runtime
Times for minikube start: 61.2s 57.4s 55.6s 56.6s 56.8s Times for minikube ingress: 29.7s 29.7s 28.7s 29.2s 30.2s docker driver with docker runtime
Times for minikube start: 28.6s 28.7s 28.8s 28.0s 29.1s Times for minikube ingress: 26.5s 24.5s 23.0s 21.5s 23.0s docker driver with containerd runtime
Times for minikube (PR 14521) start: 35.0s 25.0s 24.3s 36.6s 24.1s Times for minikube ingress: 27.0s 27.0s 27.0s 27.0s 27.0s |
These are the flake rates of all failed tests.
Too many tests failed - See test logs for more details. To see the flake rates of all tests by environment, click here. |
Hey @spowelljr, I synced my branch with master, but it seems that tests are still failing. Seems that the images are still not being found on the defined path. |
The tests look fine to me, the tests that are failing always fail so they're not a concern. Some of the tests environments didn't report back so I'm going to run them again. |
/retest-this-please |
kvm2 driver with docker runtime
Times for minikube start: 57.2s 57.1s 58.3s 55.5s 56.2s Times for minikube ingress: 28.6s 28.6s 25.2s 30.6s 29.6s docker driver with docker runtime
Times for minikube start: 27.9s 28.2s 27.0s 27.7s 29.2s Times for minikube ingress: 22.0s 83.0s 22.5s 23.5s 23.0s docker driver with containerd runtime
Times for minikube start: 23.0s 23.0s 24.0s 23.3s 23.0s Times for minikube ingress: 27.4s 27.0s 27.4s 27.0s 27.0s |
These are the flake rates of all failed tests.
Too many tests failed - See test logs for more details. To see the flake rates of all tests by environment, click here. |
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, thanks for making all these changes
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: siddhant-khisty, spowelljr 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 |
Updated the files in deploy/addons/aliyun_mirror.json
As the issue mentions files have to be changed in pkg/minikube/assets/addons.go as well, but I don't see anything that needs to be changed. Please let me know if I'm missing something.
fixes #14520