-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please Support net-gateway-api #1285
Comments
@kahirokunn Could you be more specific regarding this feature? Like is it just a new option to configure the knative serving to use gateway api? OR is it a replacement of how we currently configure the ingress? |
This issue is stale because it has been open for 90 days with no |
I am considering this one first.
I don't think it is necessary to consider which Ingress supports the Gateway API. |
@houshengbo Sorry for the late reply. |
This issue is stale because it has been open for 90 days with no |
Keep |
This issue is stale because it has been open for 90 days with no |
keep |
This issue is stale because it has been open for 90 days with no |
apiVersion: operator.knative.dev/v1beta1
kind: KnativeServing
metadata:
name: knative-serving
spec:
config:
gateway:
external-gateways: |
- class: cilium
gateway: knative-external-gateway/knative
service: knative-external-gateway/cilium-gateway-knative
supported-features:
- Gateway
- GatewayPort8080
- GatewayStaticAddresses
- HTTPRoute
- HTTPRouteDestinationPortMatching
- HTTPRouteHostRewrite
- HTTPRouteMethodMatching
- HTTPRoutePathRedirect
- HTTPRoutePathRewrite
- HTTPRoutePortRedirect
- HTTPRouteQueryParamMatching
- HTTPRouteRequestMirror
- HTTPRouteRequestMultipleMirrors
- HTTPRouteResponseHeaderModification
- HTTPRouteSchemeRedirect
- Mesh
- ReferenceGrant
- TLSRoute
local-gateways: |
- class: cilium
gateway: knative-local-gateway/knative
service: knative-local-gateway/cilium-gateway-knative
supported-features:
- Gateway
- GatewayPort8080
- GatewayStaticAddresses
- HTTPRoute
- HTTPRouteDestinationPortMatching
- HTTPRouteHostRewrite
- HTTPRouteMethodMatching
- HTTPRoutePathRedirect
- HTTPRoutePathRewrite
- HTTPRoutePortRedirect
- HTTPRouteQueryParamMatching
- HTTPRouteRequestMirror
- HTTPRouteRequestMultipleMirrors
- HTTPRouteResponseHeaderModification
- HTTPRouteSchemeRedirect
- Mesh
- ReferenceGrant
- TLSRoute
network:
ingress-class: gateway-api.ingress.networking.knative.dev |
Currently there is no entry for
gateway-api
in IngressConfigs.It would be great if you could support
net-gateway-api
when it graduates from the sandbox!operator/pkg/apis/operator/v1beta1/knativeserving_types.go
Line 85 in de589bd
https://github.com/knative-sandbox/net-gateway-api
The text was updated successfully, but these errors were encountered: