Skip to content

Commit 6a562fa

Browse files
authored
docs: minor cosmetic changes (#12)
Signed-off-by: tarilabs <matteo.mortari@gmail.com>
1 parent 171f0e8 commit 6a562fa

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

docs/development/openshift-setup.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -566,12 +566,13 @@ For specific testing purposes when the Model's answers quality is not relevant,
566566
Deploy the simulator with:
567567

568568
```bash
569-
curl -s https://raw.githubusercontent.com/tarilabs/llm-d-inference-sim/refs/heads/patch-1/manifests/deployment.yaml | yq '.spec.replicas = 1' | kubectl apply -f -
569+
curl -s https://raw.githubusercontent.com/tarilabs/llm-d-inference-sim/refs/heads/patch-1/manifests/deployment.yaml | yq '.spec.replicas = 1' | oc apply -f -
570570
```
571571

572-
> [!NOTE]
573-
> The `patch-1` branch is used until [llm-d/llm-d-inference-sim#348](https://github.com/llm-d/llm-d-inference-sim/pull/348) is resolved to fix the standard example.
574-
> See the upstream [llm-d testing documentation](https://github.com/llm-d/llm-d-inference-sim?tab=readme-ov-file#kubernetes-testing) for more details.
572+
!!! note
573+
574+
The `patch-1` branch is used until [llm-d/llm-d-inference-sim#348](https://github.com/llm-d/llm-d-inference-sim/pull/348) is resolved to fix the standard example.
575+
See the upstream [llm-d testing documentation](https://github.com/llm-d/llm-d-inference-sim?tab=readme-ov-file#kubernetes-testing) for more details.
575576

576577
This makes the simulator available as an internal service at:
577578

0 commit comments

Comments
 (0)