我发现k8s内coredns的解析结果有点问题。经常解析不出来。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
/ # nslookup kubernetes-dashboard.kube-system.svc.cluster.local Server: 10.253.255.10 Address: 10.253.255.10:53 Non-authoritative answer: *** Can't find kubernetes-dashboard.kube-system.svc.cluster.local: No answer / # nslookup kubernetes-dashboard.kube-system.svc.cluster.local Server: 10.253.255.10 Address: 10.253.255.10:53 Name: kubernetes-dashboard.kube-system.svc.cluster.local Address: 10.253.255.40 *** Can't find kubernetes-dashboard.kube-system.svc.cluster.local: No answer / # nslookup kubernetes-dashboard.kube-system.svc.cluster.local Server: 10.253.255.10 Address: 10.253.255.10:53 Name: kubernetes-dashboard.kube-system.svc.cluster.local Address: 10.253.255.40 |