Open nayihz opened 3 years ago
It seems that here is a timeout parameter for etcd client. But in fact it didn't take effect. https://github.com/projectcalico/libcalico-go/blob/9bf530a83eda619e8c8e1b57dd347b2a3bc9ac5e/lib/backend/etcdv3/etcdv3.go#L119
Expected Behavior
calico client will return an error if etcd endpoints address is wrong.
Current Behavior
The calico client will hang up by set a wrong etcd endpoints address deliberately. And you will find that this connetion will be reset after 5 times retry.
Possible Solution
Steps to Reproduce (for bugs)
this process will hang up after print 'calicoClient init end...'
Context
Your Environment