Skip to content

Commit 20714ba

Browse files
committed
activator-filter should be applied before BBR
Signed-off-by: Lionel Villard <villard@us.ibm.com>
1 parent 125d7b1 commit 20714ba

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

charts/activator-filter/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ To install an activator-filter named `activator-filter`, you can run the followi
1010
$ helm install activator-filter ./charts/activator-filter
1111
```
1212

13+
> **Note:** This chart should be deployed before the [Body Based Routing](https://github.com/kubernetes-sigs/gateway-api-inference-extension/tree/main/config/charts/body-based-routing) chart for optimal functionality.
14+
1315
## Uninstall
1416

1517
Run the following command to uninstall the chart:
@@ -28,4 +30,4 @@ The following table list the configurable parameters of the chart.
2830

2931
## Notes
3032

31-
This chart should only be deployed once.
33+
This chart should only be deployed once

charts/activator-filter/templates/istio.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
filter:
1414
name: "envoy.filters.network.http_connection_manager"
1515
patch:
16-
operation: INSERT_FIRST # TODO: insert before EPP
16+
operation: INSERT_FIRST
1717
value:
1818
name: envoy.filters.http.activator.ext_proc
1919
typed_config:

0 commit comments

Comments
 (0)