How do I find out which is the leader node when recovering using the method described in the "Re-bootstrap ACL system"?

How do I find out which is the leader node when recovering using the method described in the “Re-bootstrap ACL system”?

You should be able to find the leader using :

$ nomad server members | grep -E "^Name|true"

1 Like