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
sd:=cluster.Command("step-down", "Force a new leader election by standing down the current meta leader").Alias("stepdown").Alias("sd").Alias("elect").Alias("down").Alias("d").Action(c.metaLeaderStandDownAction)
57
59
sd.Flag("cluster", "Request placement of the leader in a specific cluster").StringVar(&c.placementCluster)
60
+
sd.Flag("tags", "Request placement of the leader on nodes with specific tag(s)").StringsVar(&c.placementTags)
61
+
sd.Flag("host", "Request placement of the leader on a specific node").StringVar(&c.placementNode)
0 commit comments