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

Expose/Validate etcd version in the cilium status command #2107

Open
giorio94 opened this issue Nov 13, 2023 · 0 comments
Open

Expose/Validate etcd version in the cilium status command #2107

giorio94 opened this issue Nov 13, 2023 · 0 comments
Labels
kind/feature New feature or request

Comments

@giorio94
Copy link
Member

Historically, Cilium agents validated the version of the etcd endpoints they connected to, expecting v3.1 or subsequent. Yet, this check has been recently dropped, given that the currently supported versions of etcd are only 3.4 (first released in 2019) and 3.5 (first released in 2021), and because it introduced quite a significant overhead at bootstrap time in large setups (both single and multi-cluster environments). Moreover, it is not necessary in combination with the clustermesh-apiserver/kvstoremesh (which is the most common case nowadays), as they run known etcd versions.

This issue is to evaluate the possibility of introducing a one-off check to display and validate the etcd version (as well as possibly other relevant parameters) as part of the cilium status command, or a dedicated sub-command. For instance it could highlight cases in this users are running etcd with known data inconsistency issues (versions 3.5.0-3.5.2).

Suggested by @marseel: cilium/cilium#28834 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant