We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How was the cluster created?
k3d cluster create coredns-crd -p "1053:53/udp@loadbalancer" --k3s-server-arg "--no-deploy=traefik,metrics-server"
What did you do afterwards?
dig @localhost -p1053 would reach coredns service inside cluster
When exposing udp port, nginx shoudl be explicitly instructed to listen on udp, otherwise tcp is used.
k3d
Version: 20.10.2 API version: 1.41 Go version: go1.13.15 Git commit: 2291f61 Built: Mon Dec 28 16:12:42 2020 OS/Arch: darwin/amd64 Context: default Experimental: true
The text was updated successfully, but these errors were encountered:
Hi @k0da , thanks for opening this issue and especially providing a fix already 👍
Sorry, something went wrong.
78c22f7
commit 78c22f7
283068e
Author: Dinar Valeev <k0da@opensuse.org> Date: Tue Feb 9 16:48:44 2021 +0100 [FIX] Fix udp service access through k3d-proxy (fixes #489) (#488, @k0da)
No branches or pull requests
What did you do
How was the cluster created?
k3d cluster create coredns-crd -p "1053:53/udp@loadbalancer" --k3s-server-arg "--no-deploy=traefik,metrics-server"
What did you do afterwards?
What did you expect to happen
dig @localhost -p1053 would reach coredns service inside cluster
Screenshots or terminal output
When exposing udp port, nginx shoudl be explicitly instructed to listen on udp, otherwise tcp is used.
Which OS & Architecture
Which version of
k3d
Which version of docker
The text was updated successfully, but these errors were encountered: