Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
etcdctl: allow move-leader to connect to multiple endpoints with TLS
The mustClientForCmd function is responsible for parsing environment variables and flags into configuration data. A change was made in etcd-io#9382 to call Fatal if a flag is provided multiple times. This means that we cannot call the mustClientForCmd function more than once, since it will think that flags parsed the first time are now being redefined and error out.
- Loading branch information