-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
clustermesh: Add cilium status section #10169
Conversation
Brief status: ``` ClusterMesh: 1/1 clusters ready, 1 global-services ``` Verbose status: ``` ClusterMesh: 1/1 clusters ready, 1 global-services cluster2: ready, 2 nodes, 3 identities, 1 services └ etcd: 1/1 connected, lease-ID=19b870354bdf4432, lock lease-ID=19b870354bdf4434, has-quorum=true: https://cluster2.mesh.cilium.io:2379 - 3.3.12 ``` Signed-off-by: Thomas Graf <[email protected]>
test-me-please |
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.
LGTM for my codeowners. I didn't look beyond those parts, but can do if you need a more thorough review.
@tgraf I thought this would need backport to 1.7? |
I'm OK with that but it's definitely not a bugfix so it would be a feature backport. |
Given the outstanding clustermesh bug and the fact that this was written to help debug it, I would be in favour of backporting for v1.7 to help debuggability. |
Brief status:
Verbose status:
This change is