skydive
skydive copied to clipboard
etcd cluster is unavailable or misconfigured
I'm getting errors like this:
2021-06-18T06:02:44.789Z ERROR hub/hub.go:217 (*Hub).OnPong ip-172-31-15-65: Error while recording Pod pong time: client: etcd cluster is unavailable or misconfigured; error #0: client: endpoint http://192.168.41.93:12379 exceeded header timeout
2021-06-18T06:02:49.553Z INFO endpoints/replication_endpoint.go:145 (*ReplicatorPeer).connect ip-172-31-15-65: Connecting to peer: ws://192.168.41.93:8082/ws/replication
2021-06-18T06:02:49.553Z INFO websocket/client.go:528 (*Client).Connect ip-172-31-15-65: Connecting to ws://192.168.41.93:8082/ws/replication
2021-06-18T06:02:49.789Z ERROR hub/hub.go:217 (*Hub).OnPong ip-172-31-15-65: Error while recording Pod pong time: client: etcd cluster is unavailable or misconfigured; error #0: client: endpoint http://192.168.41.93:12379 exceeded header timeout
2021-06-18T06:02:54.552Z ERROR client/election.go:143 (*MasterElector).start ip-172-31-15-65: Error while watching etcd: client: etcd cluster is unavailable or misconfigured; error #0: dial tcp 192.168.41.93:12379: i/o timeout
2021-06-18T06:02:54.553Z ERROR client/client.go:96 (*Client).Start ip-172-31-15-65: Etcd server not ready: client: etcd cluster is unavailable or misconfigured; error #0: client: endpoint http://192.168.41.93:12379 exceeded header timeout
what might be the possible solution for this?
maybe you should test whether etcd cluster is available before。
Are you using the embedded etcd (this is the default) ? If that the case, could you please post the complete logs of Skydive and the configuration ? Thank you !
@lhuang001