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

Fix clusteremesh status retrieval on Cilium v1.14 when kvstoremesh is enabled #2569

Merged

Conversation

giorio94
Copy link
Member

The blamed commit broke clustermesh status retrieval on Cilium v1.14 when kvstoremesh is enabled. Indeed, although it already included a check to try to figure out whether the kvstoremesh status was not yet exposed by a given Cilium version, it did not account for v1.14 using a completely separate image (and binary name) for kvstoremesh. Let's fix this by adding the appropriate exception.

Fixes: fa7e30e ("clustermesh: output kvstoremesh status as part of clustermesh status")

The blamed commit broke clustermesh status retrieval on Cilium v1.14
when kvstoremesh is enabled. Indeed, although it already included a
check to try to figure out whether the kvstoremesh status was not
yet exposed by a given Cilium version, it did not account for v1.14
using a completely separate image (and binary name) for kvstoremesh.
Let's fix this by adding the appropriate exception.

Fixes: fa7e30e ("clustermesh: output kvstoremesh status as part of clustermesh status")
Signed-off-by: Marco Iorio <[email protected]>
@giorio94 giorio94 requested a review from a team as a code owner May 30, 2024 13:09
@giorio94 giorio94 requested a review from squeed May 30, 2024 13:09
Copy link
Contributor

@michi-covalent michi-covalent left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks innocent enough

@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 31, 2024
@tklauser tklauser merged commit 8b4e7da into cilium:main May 31, 2024
14 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

4 participants