We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afab4b7 commit 140d5ebCopy full SHA for 140d5eb
config/manifests/gateway/patch_policy.yaml
@@ -55,6 +55,9 @@ spec:
55
path: "/virtual_hosts/0/routes/0/route/cluster"
56
value: original_destination_cluster
57
# Comment the below to disable full duplex streaming
58
+# NOTE: As of https://github.com/kubernetes-sigs/gateway-api-inference-extension/pull/552
59
+# FULL_DUPLEX_STREAMED is the primary supported protocol for ext-proc. The buffered variant is no longer
60
+# being actively developed, may be missing features/fixes, and will soon be removed.
61
- type: "type.googleapis.com/envoy.config.listener.v3.Listener"
62
name: "default/inference-gateway/llm-gw"
63
operation:
0 commit comments