Skip to content

Commit f82d8b2

Browse files
committed
Document usage of sidecar, available by default from 1.29
Signed-off-by: Kunjan <[email protected]>
1 parent bc2ce32 commit f82d8b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/dynamic-lora-sidecar/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The sidecar uses the vLLM server's API to load or unload adapters based on the c
4343
```
4444
Do not use subPath, since configmap updates are not reflected in the file
4545

46-
[deployment]: deployment.yaml it uses [sidecar](https://kubernetes.io/docs/concepts/workloads/pods/sidecar-containers/) which is beta feature enabled by default since k8s version 1.29. They need to be enabled in 1.28 and prior to 1.28 sidecar are not officially supported.
46+
[deployment]: deployment.yaml it uses [sidecar](https://kubernetes.io/docs/concepts/workloads/pods/sidecar-containers/)(`initContainer` with `restartPolicy` set to `always`) which is beta feature enabled by default since k8s version 1.29. They need to be enabled in 1.28 and prior to 1.28 sidecar are not officially supported.
4747

4848
## Configuration Fields
4949
- `vLLMLoRAConfig`[**required**] base key

0 commit comments

Comments
 (0)