You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: resolve KEDA APIService conflict for external metrics
Three fixes for the nightly E2E test failures:
1. DEFAULT_MODEL_ID: Update from Qwen/Qwen3-32B to Qwen/Qwen3-0.6B to
match the llm-d repo's current default model. The stale value caused
yq replacement to silently fail, making WVA query wrong model metrics.
2. WVA_METRICS_SECURE: Add env var to control bearer token auth on the
WVA /metrics endpoint. OpenShift's user-workload-monitoring cannot
authenticate with the controller-manager SA token.
3. KEDA APIService conflict: On clusters with KEDA, the
v1beta1.external.metrics.k8s.io APIService points to KEDA's metrics
server, which only serves ScaledObject metrics. After deploying
Prometheus Adapter, detect and patch the APIService to point to
Prometheus Adapter instead.
Supersedes #720.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Signed-off-by: Andrew Anderson <andy@clubanderson.com>
0 commit comments