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
Currently, overriding default configuration settings is supported for the `eventing-controller`, `eventing-webhook`, and `imc-controller` fields, as well as for the `readiness` and `liveness` fields for probes.
10
+
11
+
[IMPORTANT]
12
+
====
13
+
The `replicas` spec cannot override the number of replicas for deployments that use the Horizontal Pod Autoscaler (HPA), and does not work for the `eventing-webhook` deployment.
14
+
====
15
+
9
16
In the following example, a `KnativeEventing` CR overrides the `eventing-controller` deployment so that:
10
17
11
18
* The `readiness` probe timeout `eventing-controller` is set to be 10 seconds.
= Overriding Knative Serving system deployment configurations
7
+
= Overriding system deployment configurations
8
8
9
-
You can override the default configurations for some specific deployments by modifying the `deployments` spec in the `KnativeServing` custom resource (CR). Currently, overriding default configuration settings is supported for the `resources`, `replicas`, `labels`, `annotations`, and `nodeSelector` fields, as well as for the `readiness` and `liveness` fields for probes.
9
+
Currently, overriding default configuration settings is supported for the `resources`, `replicas`, `labels`, `annotations`, and `nodeSelector` fields, as well as for the `readiness` and `liveness` fields for probes.
10
10
11
11
In the following example, a `KnativeServing` CR overrides the `webhook` deployment so that:
Copy file name to clipboardExpand all lines: modules/serverless-create-channel-odc.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
:_content-type: PROCEDURE
6
6
[id="serverless-create-channel-odc_{context}"]
7
-
= Creating a channel by using the web console
7
+
= Creating a channel by using the Developer perspective
8
8
9
9
Using the {product-title} web console provides a streamlined and intuitive user interface to create a channel. After Knative Eventing is installed on your cluster, you can create a channel by using the web console.
Copy file name to clipboardExpand all lines: modules/serverless-create-trigger-odc.adoc
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,9 @@
4
4
5
5
:_content-type: PROCEDURE
6
6
[id="serverless-create-trigger-odc_{context}"]
7
-
= Creating a trigger by using the web console
7
+
= Creating a trigger by using the Developer perspective
8
+
9
+
Using the {product-title} web console provides a streamlined and intuitive user interface to create a trigger. After Knative Eventing is installed on your cluster and you have created a broker, you can create a trigger by using the web console.
= Creating a subscription by using the web console
7
+
= Creating a subscription by using the Developer perspective
8
8
9
9
After you have created a channel and an event sink, you can create a subscription to enable event delivery. Using the {product-title} web console provides a streamlined and intuitive user interface to create a subscription.
0 commit comments