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

clustermesh: fix remote clusters configuration reset upon deactivation #2665

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

giorio94
Copy link
Member

@giorio94 giorio94 commented Jul 5, 2024

The blamed commit explicitly reset the list of remote clusters upon clustermesh deactivation. However, it did so setting the corresponding setting to nil, which in Cilium v1.16 triggers an error due to not matching the schema configured. Let's address this by configuring an empty array instead.

Fixes: b148800 ("clustermesh: reset remote clusters configuration upon disconnection")

The blamed commit explicitly reset the list of remote clusters upon
clustermesh deactivation. However, it did so setting the corresponding
setting to nil, which in Cilium v1.16 triggers an error due to not
matching the schema configured. Let's address this by configuring an
empty array instead.

Fixes: b148800 ("clustermesh: reset remote clusters configuration upon disconnection")
Signed-off-by: Marco Iorio <marco.iorio@isovalent.com>
@giorio94
Copy link
Member Author

@jrajahalme Gentle ping 🙏

@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 Jul 11, 2024
@michi-covalent michi-covalent merged commit 93c0987 into cilium:main Jul 11, 2024
13 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.

3 participants