Skip to content

Commit

Permalink
Merge branch 'knative:main' into getting-started-blog-p2
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo6Leo authored Jul 27, 2023
2 parents 38ec592 + 14f460a commit 8f5b0d0
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions OWNERS_ALIASES
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ aliases:
- odacremolbap
- pierDipi
func-reviewers:
- gauron99
- jrangelramos
- nainaz
func-writers:
Expand Down
22 changes: 22 additions & 0 deletions docs/install/operator/configuring-serving-cr.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8f5b0d0

Please sign in to comment.