You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/i2gw/providers/ingressnginx/README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,6 +106,11 @@ The ingress-nginx provider currently supports translating the following annotati
106
106
- Otherwise, the Kgateway emitter does **not** generate Kubernetes `Service` resources. Instead, it emits an **INFO** notification with a `kubectl patch`
107
107
command to set `spec.ports[].appProtocol` on the existing Service.
108
108
- This annotation is treated as upstream protocol metadata and does not imply `GRPCRoute` projection.
109
+
- For the Agentgateway implementation:
110
+
- The emitter projects this as `AgentgatewayPolicy.spec.backend.http.version: HTTP2`.
111
+
- For standard Service backendRefs, the policy targets the Service.
112
+
- If `service-upstream: "true"` rewrites backendRefs to `AgentgatewayBackend`, the policy instead targets the generated
113
+
`AgentgatewayBackend`.
109
114
-**Values treated as default HTTP/1.x (no-op):**`HTTP`, `HTTPS`, `AUTO_HTTP`
-**Safety note:** The provider does not attempt to create or mutate Kubernetes Services; implementation emitters decide how to safely project this intent.
0 commit comments