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
ReconfigureMembershipExt should overwrite cluster.yaml if present.
There should be a more convenient/obvious/findable way to just overwrite cluster.yaml on the non-template nodes of the new member list. Right now this is spelled NewYamlNodeStore(path).Set(ctx, members), but there should be a better-named function.
The text was updated successfully, but these errors were encountered:
There are two sides to this:
cluster.yaml
if present.cluster.yaml
on the non-template nodes of the new member list. Right now this is spelledNewYamlNodeStore(path).Set(ctx, members)
, but there should be a better-named function.The text was updated successfully, but these errors were encountered: