-
Task
-
Resolution: Done
-
Blocker
-
1.30.0
-
3
-
False
-
None
-
True
-
-
copied from upstream: https://github.com/knative/docs/pull/5592
Cutomize kourier-bootstrap for Kourier gateways
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.
This example shows that Kourier Gateawy uses `my-configmap` for the envoy bootstrap config.
apiVersion: operator.knative.dev/v1beta1 kind: KnativeServing metadata: name: knative-serving namespace: knative-serving spec: config: network: ingress-class: kourier.ingress.networking.knative.dev ingress: kourier: bootstrap-configmap: my-configmap enabled: true
- documents
-
SRVKS-967 Allow to use custom bootstrap for Kourier Gateway
- Closed
- relates to
-
SRVKS-1100 [DOC] Provide information for debugging Knative Services
- Closed
- links to