-
Notifications
You must be signed in to change notification settings - Fork 2k
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
query for leader in operator debug
command
#13472
Conversation
fa92cb4
to
71d1038
Compare
71d1038
to
c801205
Compare
operator debug
command
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just needs a changelog entry, otherwise LGTM!
The `operator debug` command doesn't output the leader anywhere in the output, which adds extra burden to offline debugging (away from an ongoing incident where you can simply check manually). Query the `/v1/status/leader` API but degrade gracefully.
c801205
to
ca6d16d
Compare
I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions. |
The
operator debug
command doesn't output the leader anywhere in theoutput, which adds extra burden to offline debugging (away from an
ongoing incident where you can simply check manually). Query the
/v1/status/leader
API but degrade gracefully.