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

Automated cherry pick of #92118: kubeadm: don't re-add an etcd member if it already exists for #92235

Commits on Jun 17, 2020

  1. kubeadm: don't re-add an etcd member if it already exists for "join"

    If an etcd member with the same address already exists, don't re-add it.
    Instead, use the existing member list for creating the "initial cluster"
    that is written for this etcd server instance static Pod.
    
    Requires the addition of ListMembers to util/etcd/etcd.go.
    neolit123 committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    06d0d8d View commit details
    Browse the repository at this point in the history