-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Ignore ServFail / NxDomain for search list, e.g. in Kubernetes cluster #99
Comments
I haven't used Kubernetes, yet. How does DNS resolution work there? What's different? |
Sorry for long answer. On next week I will be again works with |
In all cases UPD:
I'm trying to find some bugs in PR #89 ... |
What's the error message you get for |
Please retry with 8cf2ccc / latest |
Yes, that works in all cases. Thanks! :) |
Thanks for testing! Tagged as v1.2.2. |
Any requests called with
amphp/http-client
will use these dns package. Where requests will sent inside kubernetes cluster it fails with following reason:Requests from pod to pod inside a same namespace in Kubernetes cluster by service name (kubectl get svc). If using local ip address instead of dns it works. But this workaround is not possible for all cases.
I think this is critical issue because a lot of many users use Kubernetes every day.
PHP: 7.4.5
amphp/amp: v2.4.4
amphp/dns: v1.2.1
amphp/http-client: v4.2.2
OS: Alpine
UV extension installed from pecl.
The text was updated successfully, but these errors were encountered: