Skip to content
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

forward plugin is not compatible with k8s-gateway? #235

Open
godzilla-s opened this issue Sep 26, 2023 · 1 comment
Open

forward plugin is not compatible with k8s-gateway? #235

godzilla-s opened this issue Sep 26, 2023 · 1 comment

Comments

@godzilla-s
Copy link

hello:

I found something wrong when confihured forward in Corefile, like:

.:53 {
  errors
  health
  k8s_gateway test.exampe.com {
     resources Ingress
     ttl 30 
     kubeconfig kubeconfig/kube.config
  }
  hosts data/hostsfile {
     fallthrough
  }
  forward . 192.168.1.3:53
  log
  reload
}

and I exec command dig console.test.example.com , it reply nothing, and log shows

[ERROR] plugin/errors: 2 console.test.exampe.com, A: read udp 172.16.10.101:48199 -> 192.168.1.3:53: i/o timeout

when I remove forward . 192.168.1.3:53, and it works

@networkop
Copy link
Collaborator

most likely this means that there was no response from 192.168.1.3. can you "dig @192.168.1.3 console.test.example.com" from your local shell?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants