custom-metrics-apiserver
custom-metrics-apiserver copied to clipboard
resClient.List should add resourceVersion=0 parameter
resourceVersion=0 is not specified here, causing apiserver to skip the cache and go directly to etcd to read the data. add resourceVersion=0 parameter, apiserver will read data from the cache, and there is an order of magnitude performance improvement.
/triage accepted /assign
I don't think that's something we want to do since it might be hitting stale data from the cache.
This issue has not been updated in over 1 year, and should be re-triaged.
You can:
- Confirm that this issue is still relevant with
/triage accepted(org members only) - Close this issue with
/close
For more details on the triage process, see https://www.kubernetes.dev/docs/guide/issue-triage/
/remove-triage accepted
/close based on https://github.com/kubernetes-sigs/custom-metrics-apiserver/issues/154#issuecomment-1705572167
@dashpole: Closing this issue.
In response to this:
/close based on https://github.com/kubernetes-sigs/custom-metrics-apiserver/issues/154#issuecomment-1705572167
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-sigs/prow repository.