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
To use Gateway API as the networking layer, you need to configure the `spec.ingress.gateway-api` and `spec.config.network` fields in the KnativeServing CR.
563
+
564
+
### Enable Gateway API
565
+
566
+
To enable Gateway API as the ingress, apply the following KnativeServing CR:
The key in `spec.config.gateway` is in the format of:
612
+
613
+
```
614
+
external-gateways: |
615
+
- class: <gateway-class>
616
+
gateway: <namespace>/<gateway-name>
617
+
service: <namespace>/<service-name>
618
+
local-gateways: |
619
+
- class: <gateway-class>
620
+
gateway: <namespace>/<gateway-name>
621
+
service: <namespace>/<service-name>
622
+
```
623
+
555
624
## Customize kourier-bootstrap for Kourier gateways:
556
625
557
626
By default, Kourier contains envoy bootstrap configuration in the ConfigMap `kourier-bootstrap`. The `spec.ingress.kourier.bootstrap-configmap` field allows you to specify your customized bootstrap ConfigMap.
0 commit comments