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

Add way to get read-only status from cluster nodes #2222

Closed
plorenz opened this issue Jul 12, 2024 · 0 comments
Closed

Add way to get read-only status from cluster nodes #2222

plorenz opened this issue Jul 12, 2024 · 0 comments
Assignees
Labels
controller Issue related to the controller distributed-control Work related to HA/Raft/other distributed control

Comments

@plorenz
Copy link
Member

plorenz commented Jul 12, 2024

Add this to the cluster list status:

$ ziti fabric raft list-members 
╭───────┬────────────────────┬───────┬────────┬─────────────────┬───────────┬──────────╮
│ ID    │ ADDRESS            │ VOTER │ LEADER │ VERSION         │ CONNECTED │ READONLY │
├───────┼────────────────────┼───────┼────────┼─────────────────┼───────────┼──────────┤
│ ctrl1 │ tls:localhost:6262 │ true  │ false  │ v0.0.0          │ true      │ false    │
│ ctrl2 │ tls:localhost:6363 │ true  │ true   │ v0.0.0          │ true      │ false    │
│ ctrl3 │ tls:localhost:6464 │ true  │ false  │ <not connected> │ false     │ false    │
╰───────┴────────────────────┴───────┴────────┴─────────────────┴───────────┴──────────╯
@plorenz plorenz self-assigned this Jul 12, 2024
@plorenz plorenz added controller Issue related to the controller distributed-control Work related to HA/Raft/other distributed control labels Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
controller Issue related to the controller distributed-control Work related to HA/Raft/other distributed control
Projects
Status: Done
Development

No branches or pull requests

1 participant