- Bump golang version to 0.20.0 #622
- Fix OOM and "http2: stream closed" issue by only returning one item in ListAllMetrics by default #623.
kubectl get --raw "/apis/custom.metrics.k8s.io/v1beta2"
returns only 1 metric resource to reduce memory. Set--list-full-custom-metrics
to be true to list all metrics only when debugging.