Uploaded image for project: 'Knative Serving'
  1. Knative Serving
  2. SRVKS-1090

[DOC] Add doc about customize kourier-bootstrap for Kourier gateways

XMLWordPrintable

      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
      

              msvistun Maxim Svistunov
              skontopo@redhat.com Stavros Kontopoulos
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: