-
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
fix(image-repository): allow subdomains with numbers #17496
Conversation
|
Welcome @justinmchase! |
Hi @justinmchase. 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? |
Can we re-run the tests? I believe the requested change has been met. |
@medyagh can you re-review this one? I made the requested changes. |
I also need this PR. Please help to see what we are missing. /cc @medyagh @spowelljr |
thank you @justinmchase for your patience, I saw there is also a newer PR but since your PR was first, if you include the test cases from the other PR int his PR we could merge yours! this bug fix will be included in the next release |
/ok-to-test |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
I did not see this pr when I submitted. hi @justinmchase iIf it is convenient for you to add more test cases |
I'll get on that today then. |
My company is currently evaluating alternatives to Docker desktop and this is blocking us from using minikube so I would definitely appreciate including this! Thank you. |
kvm2 driver with docker runtime
Times for minikube start: 51.1s 52.7s 50.2s 52.3s 51.7s Times for minikube ingress: 22.6s 22.5s 23.1s 23.1s 26.0s docker driver with docker runtime
Times for minikube ingress: 20.3s 19.3s 21.3s 20.3s 20.8s Times for minikube start: 22.9s 26.3s 22.7s 22.3s 22.6s docker driver with containerd runtime
Times for minikube ingress: 45.8s 29.8s 29.8s 30.8s 32.3s Times for minikube start: 24.1s 21.6s 21.7s 20.2s 21.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. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: justinmchase, 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 |
My company blocks
docker.io
at the network level and there is no proxy solution. Instead they provide an Artifactory registry which mirrors all of docker.io.Thus I am attempting to run:
Which fails with the error:
The URL is indeed valid and so I tracked the issue down to the line of code in this PR which appears to assume that only the bottom level subdomain may contain numbers, which is a bad assumption.
I used regexr.com to validate:
before
after