Skip to content

Commit e52c571

Browse files
authored
Merge pull request #43535 from abrennan89/SRVCOM-1728-2
SRVCOM-1728: Update serverless abstracts to align with Jupiter requirements
2 parents 83b0136 + da870d6 commit e52c571

File tree

49 files changed

+90
-46
lines changed

Some content is hidden

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

49 files changed

+90
-46
lines changed

modules/apiserversource-yaml.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You can use the following procedure to create an API server source by using YAML
1313
* The {ServerlessOperatorName} and Knative Eventing are installed on the cluster.
1414
* You have created a project or have access to a project with the appropriate roles and permissions to create applications and other workloads in {product-title}.
1515
* You have created the `default` broker in the same namespace as the one defined in the API server source YAML file.
16-
* You have installed the `oc` CLI.
16+
* Install the OpenShift CLI (`oc`).
1717
1818
.Procedure
1919

modules/creating-serverless-apps-yaml.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88

99
To create a serverless application by using YAML, you must create a YAML file that defines a `Service` object, then apply it by using `oc apply`.
1010

11+
.Prerequisites
12+
13+
* Install the OpenShift CLI (`oc`).
14+
1115
.Procedure
1216

1317
. Create a YAML file containing the following sample code:

modules/interacting-serverless-apps-http2-gRPC.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ spec:
2828
----
2929
====
3030

31+
.Prerequisites
32+
33+
* Install the OpenShift CLI (`oc`).
34+
3135
.Procedure
3236

3337
. Find the application host. See the instructions in _Verifying your serverless application deployment_.

modules/knative-serving-advanced-config.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
[id="knative-serving-advanced-config_{context}"]
77
= Advanced configuration options
88

9-
This section provides information about advanced configuration options for Knative Serving.
9+
You can install Knative Serving by using the default settings or configure more advanced settings in the `KnativeServing` custom resource (CR). By configuring these advanced settings, you can modify functionality such as use of certificates for your Knative Serving deployment and the number of high availability replicas that are available.
10+
// needs an update once more options are documented here
1011

1112
[id="knative-serving-controller-custom-certs_{context}"]
1213
== Controller custom certs

modules/serverless-about-collecting-data.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88

99
You can use the `oc adm must-gather` CLI command to collect information about your cluster, including features and objects associated with {ServerlessProductName}. To collect {ServerlessProductName} data with `must-gather`, you must specify the {ServerlessProductName} image and the image tag for your installed version of {ServerlessProductName}.
1010

11+
.Prerequisites
12+
13+
* Install the OpenShift CLI (`oc`).
14+
1115
.Procedure
1216

1317
* Collect data by using the `oc adm must-gather` command:

modules/serverless-blue-green-deploy.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ You can safely reroute traffic from a production version of an app to a new vers
1111
.Prerequisites
1212

1313
* The {ServerlessOperatorName} and Knative Serving are installed on the cluster.
14+
* Install the OpenShift CLI (`oc`).
1415
1516
.Procedure
1617

modules/serverless-create-default-channel-yaml.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You can create a channel with the cluster default configuration by using YAML.
1111
.Prerequisites
1212

1313
* The {ServerlessOperatorName} and Knative Eventing are installed on the cluster.
14-
* You have installed the `oc` CLI.
14+
* Install the OpenShift CLI (`oc`).
1515
* You have created a project or have access to a project with the appropriate roles and permissions to create applications and other workloads in {product-title}.
1616
1717
.Procedure

modules/serverless-create-domain-mapping.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To map a custom domain name to a custom resource (CR), you must create a `Domain
1111
.Prerequisites
1212

1313
* The {ServerlessOperatorName} and Knative Serving are installed on your cluster.
14-
* You have installed the `oc` CLI.
14+
* Install the OpenShift CLI (`oc`).
1515
* You have created a project or have access to a project with the appropriate roles and permissions to create applications and other workloads in {product-title}.
1616
* You have created a Knative service and control a custom domain that you want to map to that service.
1717
+

modules/serverless-create-kafka-channel-yaml.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You can create a Knative Eventing channel that is backed by Kafka topics. To do
1212
.Prerequisites
1313

1414
* The {ServerlessOperatorName}, Knative Eventing, and the `KnativeKafka` custom resource are installed on your {product-title} cluster.
15-
* You have installed the `oc` CLI.
15+
* Install the OpenShift CLI (`oc`).
1616
* You have created a project or have access to a project with the appropriate roles and permissions to create applications and other workloads in {product-title}.
1717
1818
.Procedure

modules/serverless-creating-broker-annotation.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you delete the broker without having a cluster administrator remove this anno
1717
.Prerequisites
1818

1919
* The {ServerlessOperatorName} and Knative Eventing are installed on your {product-title} cluster.
20-
* You have installed the `oc` CLI.
20+
* Install the OpenShift CLI (`oc`).
2121
* You have created a project or have access to a project with the appropriate roles and permissions to create applications and other workloads in {product-title}.
2222
2323
.Procedure

0 commit comments

Comments
 (0)