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
|`spec.listeners[].port`| Not supported*| The configuration is required but ignored. This is due to limitations in the data plane: it cannot dynamically open new ports. Since the Ingress Controller does not manage the data plane deployment, it cannot automatically update the configuration or restart the data plane to apply port changes. |
82
-
|`spec.listeners[].allowedRoutes.kinds`| Partially supported | Only `HTTPRoute` (group `gateway.networking.k8s.io`) is accepted; other kinds are rejected. |
83
82
|`spec.listeners[].tls.certificateRefs[].group`| Partially supported | Only `""` is supported; other group values cause validation failure. |
84
83
|`spec.listeners[].tls.certificateRefs[].kind`| Partially supported | Only `Secret` is supported. |
85
84
|`spec.listeners[].tls.mode`| Partially supported |`Terminate` is implemented; `Passthrough` is effectively unsupported for Gateway listeners. |
0 commit comments