Skip to content

Commit 0fcf4e9

Browse files
authored
Merge pull request #41629 from abrennan89/020922
SRVCOM-1288 + SRVCOM-1664: Clean up attributes, prereqs, metadata
2 parents 9a3f8de + e31f2ce commit 0fcf4e9

File tree

58 files changed

+122
-113
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+122
-113
lines changed

distr_tracing/distr_tracing_config/serverless-jaeger-integration.adoc

Lines changed: 0 additions & 12 deletions
This file was deleted.

jaeger/jaeger_config/serverless-jaeger-integration.adoc

Lines changed: 0 additions & 12 deletions
This file was deleted.

modules/knative-service-cluster-local.adoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * serverless/develop/serverless-configuring-routes.adoc
4+
15
:_content-type: PROCEDURE
26
[id="knative-service-cluster-local_{context}"]
37
= Setting cluster availability to cluster local
@@ -15,6 +19,12 @@ Developers can label individual services in the cluster with the `networking.kna
1519
====
1620
For {ServerlessProductName} 1.15.0 and newer versions, the `serving.knative.dev/visibility` label is no longer available. You must update existing services to use the `networking.knative.dev/visibility` label instead.
1721
====
22+
// remove note for 4.10, OSD
23+
24+
.Prerequisites
25+
26+
* The {ServerlessOperatorName} and Knative Serving are installed on the cluster.
27+
* You have created a Knative service.
1828
1929
.Procedure
2030

modules/serverless-autoscaling-developer-maxscale.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// * serverless/develop/serverless-autoscaling-developer.adoc
44

55
:_content-type: REFERENCE
6-
[id="serverless-autoscaling-developer-maxscale_context"]
6+
[id="serverless-autoscaling-developer-maxscale_{context}"]
77
= Maximum scale bounds
88

99
The maximum number of replicas that can serve an application is determined by the `maxScale` annotation. If the `maxScale` annotation is not set, there is no upper limit for the number of replicas created.

modules/serverless-connect-sink-source-odc.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * serverless/develop/serverless-event-sinks.adoc
4+
15
:_content-type: PROCEDURE
26
[id="serverless-connect-sink-source-odc_{context}"]
37
= Connect an event source to a sink using the Developer perspective

modules/serverless-connect-trigger-sink.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * serverless/develop/serverless-event-sinks.adoc
4+
5+
:_content-type: REFERENCE
16
[id="serverless-connect-trigger-sink_{context}"]
27
= Connecting a trigger to a sink
38

modules/serverless-customize-labels-annotations-routes.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * serverless/develop/serverless-configuring-routes.adoc
4+
15
:_content-type: PROCEDURE
26
[id="serverless-customize-labels-annotations-routes_{context}"]
37
= Customizing labels and annotations for {product-title} routes

modules/serverless-event-delivery-component-behaviors.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
//
33
// serverless/develop/serverless-event-delivery.adoc
44

5+
:_content-type: CONCEPT
56
[id="serverless-event-delivery-component-behaviors_{context}"]
67
= Event delivery behavior for Knative Eventing channels
78

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
// Module included in the following assemblies:
2+
//
3+
// serverless/develop/serverless-event-delivery.adoc
4+
5+
:_content-type: CONCEPT
6+
[id="serverless-event-delivery-parameters_{context}"]
7+
= Configurable event delivery parameters
8+
9+
The following parameters can be configured for event delivery.
10+
11+
Dead letter sink:: You can configure the `deadLetterSink` delivery parameter so that if an event fails to be delivered it is sent to the specified event sink.
12+
13+
Retries:: You can set a minimum number of times that the delivery must be retried before the event is sent to the dead letter sink, by configuring the `retry` delivery parameter with an integer value.
14+
15+
Back off delay:: You can set the `backoffDelay` delivery parameter to specify the time delay before an event delivery retry is attempted after a failure. The duration of the `backoffDelay` parameter is specified using the https://en.wikipedia.org/wiki/ISO_8601#Durations[ISO 8601] format.
16+
17+
Back off policy:: The `backoffPolicy` delivery parameter can be used to specify the retry back off policy. The policy can be specified as either `linear` or `exponential`. When using the `linear` back off policy, the back off delay is the time interval specified between retries. When using the `exponential` backoff policy, the back off delay is equal to `backoffDelay*2^<numberOfRetries>`.

modules/serverless-openshift-routes.adoc

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * serverless/develop/serverless-configuring-routes.adoc
4+
15
:_content-type: PROCEDURE
26
[id="serverless-openshift-routes_{context}"]
37
= Configuring {product-title} routes for Knative services
@@ -13,11 +17,6 @@ When you complete the following procedure, the default {product-title} route in
1317

1418
* The {ServerlessOperatorName} and Knative Serving component must be installed on your {product-title} cluster.
1519
16-
[NOTE]
17-
====
18-
You must modify the replaceable values in the example commands for the following procedure.
19-
====
20-
2120
.Procedure
2221

2322
. Create a Knative service that includes the `serving.knative.openshift.io/disableRoute=true` annotation:

0 commit comments

Comments
 (0)