-
Notifications
You must be signed in to change notification settings - Fork 76
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
[EtcdAPI][Feature]: Support set version? #867
Comments
👋 Thanks for opening this issue! Reply with the following command on its own line to get help or engage:
|
Thanks for the considerate suggesion! |
Hi @CrystalAnalyst , sorry for not clear it, kubernetes/ cilium will check the version with grpc api for example:
So this issue is requesting for xline can return the special version from grpc api and not the really xline version (0.6.1), RequestWatchProgress is not the point. Remind me if i have not clear it. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 14 days. |
no stale |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 14 days. |
This issue was closed because it has been stalled for 14 days with no activity. |
Description about the feature
kubernetes 1.31(master) will begin to require a certain version of etcd to use some feature, and xline has its own version number, which means that if the xline's
Maintenance.Status
request returns a version number that does not correspond to etcd, it will never run in this case.https://github.com/kubernetes/kubernetes/blob/8cf93c8d83df3a206ab4abe2ed2ead7a173bd63e/staging/src/k8s.io/apiserver/pkg/storage/feature/feature_support_checker.go#L157-L172
cilium also have the same problem.
Code of Conduct
The text was updated successfully, but these errors were encountered: