-
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
oci.DaemonHost handle empty hostnames #17487
Conversation
Hi @pnasrat. 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. |
This handles DOCKER_HOST='tcp://:'
92c7832
to
a1093a6
Compare
Can one of the admins verify this patch? |
thank you @pnasrat for this PR, do you mind specifying in what use cases this would happen ? is it a speicifc OS or if user have a custom env? is it for a corp setting? |
@medyagh sure I encountered this when debugging #17452 - I'm not 100% sure why it was failing for the user though so perhaps I should remove the Fixes above as when I filed the PR I hadn't heard back about their local config. My analysis is in #17452 (comment) but I'll summarize here DOCKER_HOST can take multiple forms which can be seen in the upstream Moby hosts_tests https://github.com/moby/moby/blob/1f096174d614276845527790e556a6a3911ae99c/opts/hosts_test.go#L26 The tcp://: DOCKER_HOST listed there that the |
/ok-to-test |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
PR requested change
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
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.
thank you very much @pnasrat for this contribution
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.
thank you for ur patience on this review, please take another look at the comment
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: pnasrat 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 |
kvm2 driver with docker runtime
Times for minikube start: 50.3s 51.0s 50.7s 50.5s 49.7s Times for minikube ingress: 28.2s 27.3s 28.1s 27.7s 30.2s docker driver with docker runtime
Times for minikube ingress: 21.4s 21.9s 20.4s 20.4s 20.9s Times for minikube start: 25.5s 22.7s 23.1s 22.5s 22.1s docker driver with containerd runtime
Times for minikube start: 24.3s 23.7s 24.5s 21.3s 23.9s Times for minikube ingress: 31.4s 31.4s 33.4s 20.0s 31.4s |
These are the flake rates of all failed tests.
To see the flake rates of all tests by environment, click here. |
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
@k8s-triage-robot: Closed this PR. In response to this:
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. |
This handles DOCKER_HOST='tcp://:'