Skip to content
Discussion options

You must be logged in to vote

hi @JanKoehnlein
I solve the problem on LAN, when deploying on LAN, kubernetes uses coredns as DNS server, but the default corefile can not resolve 192.168.0.200.sslip.io , so we need to add it to the corefile

  1. edit coredns configmap, add hosts
    kubectl edit configmap coredns -n kube-system
  2. restart Coredns pod
    kubectl delete pod -n kube-system -l k8s-app=kube-dns

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@wss29
Comment options

Answer selected by wss29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant