kubernetes / client-go

Go client for Kubernetes.
Apache License 2.0
8.79k stars 2.91k forks source link

A bug occurred in the cache module as follow #1218

Closed helloxjade closed 1 year ago

helloxjade commented 1 year ago

Failed to watch v1alpha1.Job: failed to list v1alpha1.Job: stream error when reading response body, may be caused by closed connection. Please retry. Original error: stream error: stream ID 1723; INTERNAL_ERROR

Failed to watch v1alpha1.Job: failed to list v1alpha1.Job: the server was unable to return a response in the time allotted, but may still be processing the request (get jobs.batch.volcano.sh)

There are more than 200,000 v1alpha1.Job, is it caused by this number?

k8s.io/client-go v11.0.1 k8s.io/api v0.19.6 volcano.sh/volcano v1.4.0-Beta

helloxjade commented 1 year ago

The deployed k8s cluster cannot support the query of more than 200,000 jobs.