Revision 517946092c83293f02eab594a77fd87ff3649405 authored by Marco Iorio on 06 June 2024, 16:54:57 UTC, committed by Julian Wiedmann on 18 June 2024, 05:58:31 UTC
Let's explicitly mention that the output of the cilium-dbg troubleshoot
command refers to the connections from the agents to the local
clustermesh-apiserver when KVStoreMesh is enabled, as potentially
confusing. In this case, it is expected that the output is the same
for all the clusters the agents are connected to. Differently, the
connectivity to the remote clusters can be troubleshooted using the
dedicated kvstoremesh-dbg command.

Suggested-by: Bruno M. Custódio <bruno@isovalent.com>
Signed-off-by: Marco Iorio <marco.iorio@isovalent.com>
1 parent c46e6be
Raw File
pull_request_template.md
Please ensure your pull request adheres to the following guidelines:

- [ ] For first time contributors, read [Submitting a pull request](https://docs.cilium.io/en/stable/contributing/development/contributing_guide/#submitting-a-pull-request)
- [ ] All code is covered by unit and/or runtime tests where feasible.
- [ ] All commits contain a well written commit description including a title,
      description and a `Fixes: #XXX` line if the commit addresses a particular
      GitHub issue.
- [ ] If your commit description contains a `Fixes: <commit-id>` tag, then
      please add the commit author[s] as reviewer[s] to this issue.
- [ ] All commits are signed off. See the section [Developer’s Certificate of Origin](https://docs.cilium.io/en/stable/contributing/development/contributing_guide/#dev-coo)
- [ ] Provide a title or release-note blurb suitable for the release notes.
- [ ] Are you a user of Cilium? Please add yourself to the [Users doc](https://github.com/cilium/cilium/blob/main/USERS.md)
- [ ] Thanks for contributing!

<!-- Description of change -->

Fixes: #issue-number

```release-note
<!-- Enter the release note text here if needed or remove this section! -->
```
back to top