Open drmingdrmer opened 2 years ago
is --leave-via necessary ? q.q
how the other metactl commands interacts with the cluster?
is --leave-via necessary ? q.q
Yes... metactl itself does not know any info about a cluster.
how the other metactl commands interacts with the cluster?
Exporting is done via grpc
port.
how about make the discovery parameter a more general like --endpoints
or --cluster
?
if we add a join command, introducing another --join-via
might be duplicated.
in etcdctl there's a --endpoints
parameter, it's required by almost every subcommand.
https://etcd.io/docs/v3.5/tutorials/how-to-deal-with-membership/
how about make the discovery parameter a more general like
--endpoints
or--cluster
?if we add a join command, introducing another
--join-via
might be duplicated.in etcdctl there's a
--endpoints
parameter, it's required by almost every subcommand.https://etcd.io/docs/v3.5/tutorials/how-to-deal-with-membership/
Looks good
E.g.: