-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Update etcd client dependency #4745
Comments
@randomvariable Could we do this before v0.4.0? |
I wasn't sure how big a change it was going to be. I'll review and get an answer today. |
Just checked. There's nothing we can do here because Kubernetes depends on the older etcd client, which might be because it's stuck on an old grpc version because of cadvisor. So /close |
@randomvariable: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
The network of dependencies is: Work is ongoing in kubernetes/kubernetes#102061 to update that. |
Only pulling in apiextensions-apiserver to bring in the struct for CustomResourceDefinition... potentially removable. |
/reopoen figured it out. |
/reopen |
@randomvariable: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/milestone v0.4 Let's bump it once v3.5 is released and we can validate it a bit more |
I had a look at the milestone planning for etcd, their plan is to get the release out once they have signal from k/k to accept it for 1.22, so probably will be a v0.4.x thing. As far as I can tell, there's a performance issue to resolve first. |
/reopen |
@vincepri: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/kind release-blocking |
User Story
The etcd client dependency is very outdated, and we're missing grpc fixes as a result. Need to refactor the cluster etcd client to make use of v3.4.16.
Detailed Description
[A clear and concise description of what you want to happen.]
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
/kind feature
The text was updated successfully, but these errors were encountered: