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 ClusterMesh status reporting to include KVStoreMesh information and troubleshooting tips #2541

Merged
merged 2 commits into from
May 15, 2024

Conversation

giorio94
Copy link
Member

@giorio94 giorio94 commented May 9, 2024

  • Additionally retrieve and output KVStoreMesh status, when enabled;
  • Output troubleshooting tips associated with the most common errors;

Please review commit by commit, and refer to the respective messages for additional information.

Fixes: cilium/cilium#29161

giorio94 added 2 commits May 9, 2024 10:07
Extend the cilium connectivity status output to additionally report the
kvstoremesh status when such component is enabled. This simplifies
determining whether everything is connected correctly and, in case of
issues, where the problem actually is. Indeed, errors reported at the
node level may be a consequence of kvstoremesh being unable to connect
to the remote clusters.

Signed-off-by: Marco Iorio <[email protected]>
Additionally output troubleshooting tips associated with errors
concerning agents and kvstoremesh replicas failing to connect to
remote clusters. Specifically, suggesting to run the newly
introduced troubleshoot commands in case of connectivity issues,
and reporting the most likely cause in case the cluster config
is not found.

Signed-off-by: Marco Iorio <[email protected]>
@maintainer-s-little-helper maintainer-s-little-helper bot added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label May 13, 2024
@michi-covalent michi-covalent merged commit 5445fd0 into cilium:main May 15, 2024
12 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/clustermesh ready-to-merge This PR has passed all tests and received consensus from code owners to merge.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remote Cluster Status is not returning correct error when connection is not established
4 participants