Jorge Turrado Ferrero

Results 900 comments of Jorge Turrado Ferrero

Could you try to list metrics manually the metrics? `kubectl get --raw "/apis/external.metrics.k8s.io/v1beta1"` How much time does it need? Are you running your cluster in some cloud provider or on-prem?

It's weird, IDK what's happening, maybe @zroubalik or @v-shenoy have more experience with k8s api. I have been reviewing and it seems that the [HTTP request is throwing a timeout](https://github.com/kubernetes/apiserver/blob/master/pkg/server/filters/timeout.go#L123),...

I haven't noticed issues with > 150 ScaledObjects in the same cluster, but it depends directly on the amount and type of the triggers. We are working on improving this,...

The case here is that we should respond with all the metrics available in the server because this method is for listing metrics, and we should respect it. I'm checking...

I think that all AAD-Pod-Identity resources are needed. We have added the needed resources/e2e-tests for AAD-Workload-Identity (but I'm totally missed on AAD side, @v-shenoy ?)

AAD-Pod-Identity and AAD-Workload-Identity are 2 different identity pods. Right now we have integration/e2e test for the second one, but for AAD-Pod-Identity we only have the integration, we don't have e2e...

I have followed [this doc](https://docs.microsoft.com/en-us/azure/aks/use-azure-ad-pod-identity) to spawn add-pod-identity on my own cluster and it's quite easy.

We need to spawn aad-pod-identity in the cluster (e.g using the addon) and we need also a managed identity attached to the nodepool with access to the resources. We will...

hey, This make sense totally, are you willing to contribute with the fix?