Damien Grisonnet
Damien Grisonnet
> I0725 11:44:17.036335 1 api.go:90] GET http://prometheus.linkerd-viz.svc:9090/api/v1/series?match%5B%5D=request_total%7Bnamespace%21%3D%22%22%2Cpod%21%3D%22%22%7D&start=1690285397.035 403 Forbidden E0725 This means that prometheus-adapter can't reach your Prometheus instance because it is unauthorized. You most likely need to configure authentication...
Hi @Maag2510 , could you perhaps try with: `--prometheus-header="Authorization=Basic cHJvbWV0aGV1czpwcm9tZXRoZXVz"`
/triage accepted /assign
@liggitt could you please take a look at this PR that supersede the effort started in https://github.com/kubernetes/kubernetes/pull/116762/?
/triage accepted
I don't think we can get that information from the NodeStatus today: https://github.com/kubernetes/api/blob/v0.30.1/core/v1/types.go#L5871-L5936 Also if you miss the status it most likely means that it auto resolved in less than...
/assign
https://github.com/kubernetes/test-infra/blob/a4926a4d0269828418698299e9643274ffd1b49a/config/jobs/kubernetes/sig-scalability/sig-scalability-presets.yaml#L20-L21 seems like the right place to add the featuregate
Isn't #2316 just a way to have the measurement displayed on the perf dashboard? Maybe it is already setup in test-infra, but I would have expected some code there to...