We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01a663e commit 94c07c6Copy full SHA for 94c07c6
pkg/README.md
@@ -60,12 +60,16 @@
60
kubectl apply -f ./manifests/extension_policy.yaml
61
kubectl apply -f ./manifests/patch_policy.yaml
62
```
63
- > **_NOTE:_** This is also per InferencePool, and will need to be configured to support the new pool should you wish to experiment further
+ > **_NOTE:_** This is also per InferencePool, and will need to be configured to support the new pool should you wish to experiment further.
64
65
1. **OPTIONALLY**: Apply Traffic Policy
66
67
For high-traffic benchmarking you can apply this manifest to avoid any defaults that can cause timeouts/errors.
68
69
+ ```bash
70
+ kubectl apply -f ./manifests/gateway/traffic_policy.yaml
71
+ ```
72
+
73
1. **Try it out**
74
75
Wait until the gateway is ready.
0 commit comments