Unverified Commit 97cfa99d authored by Harry Mellor's avatar Harry Mellor Committed by GitHub
Browse files

[Docs] Take env var definition out of folded admonition (#29005)


Signed-off-by: default avatarHarry Mellor <19981378+hmellor@users.noreply.github.com>
parent bbc6c2f1
...@@ -7,8 +7,6 @@ vLLM uses the following environment variables to configure the system: ...@@ -7,8 +7,6 @@ vLLM uses the following environment variables to configure the system:
All environment variables used by vLLM are prefixed with `VLLM_`. **Special care should be taken for Kubernetes users**: please do not name the service as `vllm`, otherwise environment variables set by Kubernetes might conflict with vLLM's environment variables, because [Kubernetes sets environment variables for each service with the capitalized service name as the prefix](https://kubernetes.io/docs/concepts/services-networking/service/#environment-variables). All environment variables used by vLLM are prefixed with `VLLM_`. **Special care should be taken for Kubernetes users**: please do not name the service as `vllm`, otherwise environment variables set by Kubernetes might conflict with vLLM's environment variables, because [Kubernetes sets environment variables for each service with the capitalized service name as the prefix](https://kubernetes.io/docs/concepts/services-networking/service/#environment-variables).
??? code ```python
--8<-- "vllm/envs.py:env-vars-definition"
```python ```
--8<-- "vllm/envs.py:env-vars-definition"
```
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment