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 #12757

Closed
wants to merge 1 commit into from

Commits on Jun 14, 2021

  1. etcdctl: allow move-leader to connect to multiple endpoints with TLS

    Re-opening closed PR etcd-io#11775 which was originaly authored by benmoss.
    
    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.
    
    Some people have commented about this in etcd-io#8380 but I don't think
    there's an open issue for it.
    zerodayz committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    04f7fd9 View commit details
    Browse the repository at this point in the history