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

Improve MimirGossipMembersEndpointsOutOfSync runbook command #9646

Merged

Conversation

colega
Copy link
Contributor

@colega colega commented Oct 16, 2024

What this PR does

Improves the command in the runbook to reduce the time to identify the issue.

I ran the previous command and the output is:

$ kubectl get endpoints gossip-ring
NAME          ENDPOINTS                                                                 AGE
gossip-ring   10.200.100.64:7946,10.200.100.65:7946,10.200.101.201:7946 + 979 more...   462d

While the new one just prints:

$ kubectl get endpoints gossip-ring -ojson | jq '.subsets[].addresses | length'
982

Which issue(s) this PR fixes or relates to

Fixes #

Checklist

  • Tests updated.
  • Documentation added.
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX].
  • about-versioning.md updated with experimental features.

@colega colega requested review from tacole02 and a team as code owners October 16, 2024 14:29
@colega colega merged commit 8ade0db into main Oct 16, 2024
29 checks passed
@colega colega deleted the improve-mimirgossipmembersendpointsoutofsync-runbook-command branch October 16, 2024 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants