Marek Siarkowicz

Results 446 comments of Marek Siarkowicz

I don't think so, but you would need to access `objects` through Model `object` not `class`, and it would create model per `object` I recently refactored code in our project...

Agree that you should not use VPA to autoscale MS as this creates a circular dependency. Kubernetes main repo and GKE has used `addon-resizer` for from very beginning [code](https://github.com/kubernetes/kubernetes/blob/master/cluster/addons/metrics-server/metrics-server-deployment.yaml#L71). Using...

https://github.com/gardener/gardener/pull/4402 looks strange. 14MiB per node seems absurd. Could you maybe describe the scalability dimensions that your are targeting? For example MS targets https://github.com/kubernetes-sigs/metrics-server#scaling: * 100 nodes * 70 pods...

Update on maintainer cleanup: We introduced procedure for removing maintainers, analysed activity and proposed to remove 6 inactive maintainers https://github.com/etcd-io/etcd/pull/14373, leaving etcd with 6 maintainers. Seems like enough but I...

/sig instrumentation

/milestone v1.19

KEP was marked as "implementable", so we can start working on it. I have created first two subtasks within specific repositories. I will add more as work progresses and new...

After discussing offline with @dims we concluded that upgrading klog will be non-trivial as we need to upgrade all references at once. Upgrade cannot be done partially as it would...