Skip to content

Commit bf51f9a

Browse files
authored
Apply suggestions from code review
1 parent a885ea9 commit bf51f9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/charts/inferencepool/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A chart to deploy an InferencePool and a corresponding EndpointPicker (epp) depl
88
To install an InferencePool named `pool-1` that selects from endpoints with label `app: vllm-llama2-7b` and listening on port `8000`, you can run the following command:
99

1010
```txt
11-
$ helm install my-release ./config/charts/inferencepool \
11+
$ helm install pool-1 ./config/charts/inferencepool \
1212
--set inferencePool.name=pool-1 \
1313
--set inferencePool.selector.app=vllm-llama2-7b \
1414
--set inferencePool.targetPortNumber=8000
@@ -21,7 +21,7 @@ where `inferencePool.targetPortNumber` is the pod that vllm backends served on a
2121
Run the following command to uninstall the chart:
2222

2323
```txt
24-
$ helm uninstall my-release
24+
$ helm uninstall pool-1
2525
```
2626

2727
## Configuration

0 commit comments

Comments
 (0)