Skip to content

Commit 94c07c6

Browse files
committed
Feedback fixes
1 parent 01a663e commit 94c07c6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pkg/README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,16 @@
6060
kubectl apply -f ./manifests/extension_policy.yaml
6161
kubectl apply -f ./manifests/patch_policy.yaml
6262
```
63-
> **_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.
6464
6565
1. **OPTIONALLY**: Apply Traffic Policy
6666

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

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

7175
Wait until the gateway is ready.

0 commit comments

Comments
 (0)