-
Notifications
You must be signed in to change notification settings - Fork 9.9k
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
3.5: k8s API chunking tests flakes #13056
Milestone
Comments
4 tasks
7 tasks
Will take a look. |
Reproduced it on ETCD:
On etcd 3.5 setting limit causes response count to return 2
Same on Etcd 3.4 limit doesn't affect the response count and the result is 3 as expected.
|
Kubernetes depends on this to provide number of remaining objects when using pagination. Will look into what changed between 3.4 and 3.5 |
This was referenced May 31, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@serathius is reporting test flakes correlated with k8s switch to 3.5:
https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apiserver/pkg/storage/etcd3/store.go#L640
The text was updated successfully, but these errors were encountered: