Skip to content

Commit b3fa0a2

Browse files
committed
Feedback fixes
1 parent e414f03 commit b3fa0a2

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

pkg/README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@
4343
```bash
4444
kubectl apply -f ./manifests/gateway/gateway.yaml
4545
```
46-
> **_NOTE:_** This file couples together the gateway infra and the HTTPRoute infra for a convenient, quick startup. Should you wish to experiment on the same gateway, a new `Backend` & `HTTPRoute` will need to be created per route/pool you would like.
46+
> **_NOTE:_** This file couples together the gateway infra and the HTTPRoute infra for a convenient, quick startup. Creating additional/different InferencePools on the same gateway will require an additional set of: `Backend`, `HTTPRoute`, the resources included in the `./manifests/gateway/ext-proc.yaml` file, and an additional `./manifests/gateway/patch_policy.yaml` file.
47+
48+
49+
Should you wish to experiment on the same gateway, a new `Backend` and `HTTPRoute` will need to be created per route/pool you would like.
4750

4851
1. **Deploy Ext-Proc**
4952

@@ -57,12 +60,16 @@
5760
kubectl apply -f ./manifests/extension_policy.yaml
5861
kubectl apply -f ./manifests/patch_policy.yaml
5962
```
60-
> **_NOTE:_** This is also per InferencePool, and will need to be configured to support the new pool should you wish to experiment further
63+
> **_NOTE:_** This is also per InferencePool, and will need to be configured to support the new pool should you wish to experiment further.
6164
6265
1. **OPTIONALLY**: Apply Traffic Policy
6366

6467
For high-traffic benchmarking you can apply this manifest to avoid any defaults that can cause timeouts/errors.
6568

69+
```bash
70+
kubectl apply -f ./manifests/gateway/traffic_policy.yaml
71+
```
72+
6673
1. **Try it out**
6774

6875
Wait until the gateway is ready.

0 commit comments

Comments
 (0)