nacos-group / nacos-k8s

This project contains a Nacos Docker image meant to facilitate the deployment of Nacos on Kubernetes using StatefulSets.
599 stars 470 forks source link

nacos和微服务偶尔出现nacos-headless服务命无法解析 #431

Open jsczrangel opened 1 year ago

jsczrangel commented 1 year ago

nacos日志

 2023-08-14 09:39:20,585 INFO Nacos is starting...
 2023-08-14 09:39:21,628 INFO Nacos is starting...
 2023-08-14 09:39:22,676 INFO Nacos is starting...
 2023-08-14 09:39:23,703 INFO Nacos is starting...
 2023-08-14 09:39:24,703 INFO Nacos is starting...
 2023-08-14 09:39:24,987 INFO Nacos started successfully in cluster mode. use external storage
 2023/08/14 22:03:52 lookup nacos-headless on 10.96.0.10:53: no such host
2023/08/15 02:47:11 lookup nacos-headless on 10.96.0.10:53: no such host
2023/08/17 03:04:43 lookup nacos-headless on 10.96.0.10:53: no such host
2023/08/17 03:16:44 lookup nacos-headless on 10.96.0.10:53: no such host
2023/08/17 03:27:53 lookup nacos-headless on 10.96.0.10:53: no such host
2023/08/17 07:20:30 lookup nacos-headless on 10.96.0.10:53: no such host
2023/08/22 06:27:49 lookup nacos-headless on 10.96.0.10:53: no such host

微服务日志 偶尔也报心跳报送失败,无法解析nacos-headless,关键这种错误是偶尔的,已经在两台干净的ecs装过,都有这样的问题

shinynz commented 1 year ago

我也有这个问题但是没有人解答