Skip to content

Commit 48c74de

Browse files
authored
Add DEPLOY_PROMETHEUS_ADAPTER=false to multi-model deploy command (#1045)
OpenShift clusters already have a prometheus-adapter installed. Deploying a second one causes conflicts with external metrics. Made-with: Cursor
1 parent 7572643 commit 48c74de

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/developer-guide/multi-model-benchmark-guide.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ make deploy-multi-model-infra \
129129
WVA_NS=<your-namespace> LLMD_NS=<your-namespace> \
130130
NAMESPACE_SCOPED=true SKIP_BUILD=true \
131131
DECODE_REPLICAS=1 IMG_TAG=v0.6.0 LLM_D_RELEASE=v0.6.0 \
132+
DEPLOY_PROMETHEUS_ADAPTER=false \
132133
MODELS="Qwen/Qwen3-0.6B,unsloth/Meta-Llama-3.1-8B"
133134

134135
# 3. Run the benchmark

0 commit comments

Comments
 (0)