llhuii / dive-into-k8s

Apache License 2.0
0 stars 0 forks source link

apiserver builds up high memory usage after serving a few large LIST requests #28

Open llhuii opened 11 months ago

llhuii commented 11 months ago

https://github.com/kubernetes/kubernetes/issues/114276

may be fixed by https://github.com/golang/go/pull/57080

llhuii commented 11 months ago

https://github.com/kubernetes/kubernetes/pull/82303

In GuaranteedUpdate, retry on a precondition check failure if we are working with cached data #82303

llhuii commented 11 months ago

JSON Marshaling of large responses is excessively expensive #3601 https://github.com/prometheus/prometheus/issues/3601