You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some etcdctl commands (e.g. etcdctl member) seem to use client.DefaultRequestTimeout instead of c.GlobalDuration("timeout"). Therefore their timeout value is different from user specified value (--timeout). Is this intentional?
Some etcdctl commands (e.g. etcdctl member) seem to use
client.DefaultRequestTimeoutinstead ofc.GlobalDuration("timeout"). Therefore their timeout value is different from user specified value (--timeout). Is this intentional?