From 3793edea940630a6c51adef7dc73d5ddcd019c78 Mon Sep 17 00:00:00 2001 From: Kenjiro Nakayama Date: Sat, 22 Jul 2023 06:37:14 +0900 Subject: [PATCH 1/2] Add doc about cutomize kourier-bootstrap for Kourier gateways (#5592) --- .../operator/configuring-serving-cr.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/docs/install/operator/configuring-serving-cr.md b/docs/install/operator/configuring-serving-cr.md index d765ea13d2..4837b04764 100644 --- a/docs/install/operator/configuring-serving-cr.md +++ b/docs/install/operator/configuring-serving-cr.md @@ -403,6 +403,28 @@ spec: local-gateway.knative-serving.knative-local-gateway: "custom-local-gateway.istio-system.svc.cluster.local" ``` +## 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. + +```yaml +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 +``` + ## High availability By default, Knative Serving runs a single instance of each deployment. The `spec.high-availability` field allows you to configure the number of replicas for all deployments managed by the operator. From 14f460ae19fb65f35b493ad237304babc01f747d Mon Sep 17 00:00:00 2001 From: Knative Automation Date: Thu, 27 Jul 2023 02:31:43 +0100 Subject: [PATCH 2/2] Update community files (#5641) Signed-off-by: Knative Automation --- OWNERS_ALIASES | 1 + 1 file changed, 1 insertion(+) diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES index ba495bfd21..ad7e618bc2 100644 --- a/OWNERS_ALIASES +++ b/OWNERS_ALIASES @@ -49,6 +49,7 @@ aliases: - odacremolbap - pierDipi func-reviewers: + - gauron99 - jrangelramos - nainaz func-writers: