File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 60
60
kubectl apply -f ./manifests/extension_policy.yaml
61
61
kubectl apply -f ./manifests/patch_policy.yaml
62
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
63
+ > ** _ NOTE:_ ** This is also per InferencePool, and will need to be configured to support the new pool should you wish to experiment further.
64
64
65
65
1 . ** OPTIONALLY** : Apply Traffic Policy
66
66
67
67
For high-traffic benchmarking you can apply this manifest to avoid any defaults that can cause timeouts/errors.
68
68
69
+ ``` bash
70
+ kubectl apply -f ./manifests/gateway/traffic_policy.yaml
71
+ ```
72
+
69
73
1 . ** Try it out**
70
74
71
75
Wait until the gateway is ready.
You can’t perform that action at this time.
0 commit comments