-
Notifications
You must be signed in to change notification settings - Fork 254
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
Support for Kubernetes 1.31 #315
Comments
Is #268 enough? Has there been any test with kine around this? |
It works as far as I know. I haven't tested with v1.31, but I did enable the FeatureGate on previous releases on Kubernetes (1.29 and 1.30 IIRC) and it worked fine. Let me know if you run into any problems and we can reopen. Otherwise I consider it working. |
I am seeing the following -
The above is with kine 0.11.12 and Kubernetes 1.31.0. The api-server we are using is from registry.k8s.io/kube-apiserver-amd64 |
@brandond can we re-open this issue? |
Oh, that's new. Previously releases of Kubernetes did not check the server version so we have always left it empty. I guess they added that as part of promoting the FeatureGate to on by default. |
Kubernetes 1.31 has an advanced caching layer https://kubernetes.io/blog/2024/08/15/consistent-read-from-cache-beta/
This requires certain features to be implemented by etcd, specifically https://etcd.io/docs/v3.5/dev-guide/interacting_v3/#watch-progress
Creating this issue to check whether kine is compatible with this feature or not.
The text was updated successfully, but these errors were encountered: