Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

etcdctl: allow move-leader to connect to multiple endpoints with TLS #11775

Closed
wants to merge 1 commit into from

Commits on Apr 9, 2020

  1. 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.
    Ben Moss committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    561b3bd View commit details
    Browse the repository at this point in the history