Skip to content

Commit 0c287a6

Browse files
committed
RHDEVDOCS-3427: General updates to srvls/ODC docs
1 parent df447e2 commit 0c287a6

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

applications/creating_applications/odc-creating-applications-using-developer-perspective.adoc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[id="odc-creating-applications-using-developer-perspective"]
22
= Creating applications using the Developer perspective
33
include::modules/common-attributes.adoc[]
4+
include::modules/serverless-document-attributes.adoc[]
45
:context: odc-creating-applications-using-developer-perspective
56

67
toc::[]
@@ -17,7 +18,7 @@ The *Developer* perspective in the web console provides you the following option
1718
** *Database*: Select the required database service and add it to your application.
1819
** *Operator Backed*: Select and deploy the required Operator-managed service.
1920
** *Helm chart*: Select the required Helm chart to simplify deployment of applications and services.
20-
** *Event Source*: Select an Event source to register interest in a class of events from a particular system.
21+
** *Event Source*: Select an event source to register interest in a class of events from a particular system.
2122
+
2223
[NOTE]
2324
====
@@ -31,7 +32,7 @@ The Managed services option is also available if the RHOAS Operator is installed
3132
* *Pipelines*: Use Tekton pipeline to create CI/CD pipelines for your software delivery process on the {product-title}.
3233

3334
* *Serverless*: Explore the *Serverless* options to create, build, and deploy stateless and serverless applications on the {product-title}.
34-
** *Channel*: Create a Knative Channel to create an event forwarding and persistence layer with in-memory and reliable implementations.
35+
** *Channel*: Create a Knative channel to create an event forwarding and persistence layer with in-memory and reliable implementations.
3536

3637
* *Samples*: Explore the available sample applications to create, build, and deploy an application quickly.
3738

@@ -40,7 +41,7 @@ The Managed services option is also available if the RHOAS Operator is installed
4041
** *Upload JAR file*: Upload a JAR file to build and deploy Java applications.
4142

4243
ifdef::openshift-enterprise,openshift-webscale[]
43-
Note that certain options, such as *Pipelines*, *Event Source*, and *Import Virtual Machines*, are displayed only when the xref:../../cicd/pipelines/installing-pipelines.adoc#op-installing-pipelines-operator-in-web-console_installing-pipelines[OpenShift Pipelines Operator], xref:../../serverless/admin_guide/install-serverless-operator.adoc#serverless-install-web-console_install-serverless-operator[OpenShift Serverless Operator], and xref:../../virt/install/installing-virt-web.adoc#virt-subscribing-to-the-catalog_installing-virt-web[OpenShift Virtualization Operator] are installed, respectively.
44+
Note that certain options, such as *Pipelines*, *Event Source*, and *Import Virtual Machines*, are displayed only when the xref:../../cicd/pipelines/installing-pipelines.adoc#op-installing-pipelines-operator-in-web-console_installing-pipelines[OpenShift Pipelines Operator], xref:../../serverless/admin_guide/install-serverless-operator.adoc#serverless-install-web-console_install-serverless-operator[{ServerlessOperatorName}], and xref:../../virt/install/installing-virt-web.adoc#virt-subscribing-to-the-catalog_installing-virt-web[OpenShift Virtualization Operator] are installed, respectively.
4445
endif::[]
4546

4647
[id="prerequisites_odc-creating-applications-using-developer-perspective"]
@@ -56,7 +57,7 @@ ifdef::openshift-enterprise,openshift-webscale[]
5657

5758
To create serverless applications, in addition to the preceding prerequisites, ensure that:
5859

59-
* You have xref:../../serverless/admin_guide/install-serverless-operator.adoc#install-serverless-operator[installed the OpenShift Serverless Operator].
60+
* You have xref:../../serverless/admin_guide/install-serverless-operator.adoc#install-serverless-operator[installed the {ServerlessOperatorName}].
6061
* You have xref:../../serverless/admin_guide/installing-knative-serving.adoc#installing-knative-serving[created a `KnativeServing` resource in the `knative-serving` namespace].
6162

6263
endif::[]

modules/odc-importing-codebase-from-git-to-create-application.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Click the *Routing* link to:
5555
* Select the target port for the traffic from the drop-down list.
5656
* Secure your route by selecting the *Secure Route* check box. Select the required TLS termination type and set a policy for insecure traffic from the respective drop-down lists.
5757
+
58-
For serverless applications, the Knative Service manages all the routing options above. However, you can customize the target port for traffic, if required. If the target port is not specified, the default port of `8080` is used.
58+
For serverless applications, the Knative service manages all the routing options above. However, you can customize the target port for traffic, if required. If the target port is not specified, the default port of `8080` is used.
5959

6060
Health Checks::
6161
Click the *Health Checks* link to add Readiness, Liveness, and Startup probes to your application. All the probes have prepopulated default data; you can add the probes with the default data or customize it as required.
@@ -72,7 +72,7 @@ For each of the probes, you can specify the request type - *HTTP GET*, *Containe
7272
Build Configuration and Deployment::
7373
Click the *Build Configuration* and *Deployment* links to see the respective configuration options. Some options are selected by default; you can customize them further by adding the necessary triggers and environment variables.
7474
+
75-
For serverless applications, the *Deployment* option is not displayed as the Knative configuration resource maintains the desired state for your deployment instead of a DeploymentConfig.
75+
For serverless applications, the *Deployment* option is not displayed as the Knative configuration resource maintains the desired state for your deployment instead of a `DeploymentConfig` resource.
7676

7777
Scaling::
7878
Click the *Scaling* link to define the number of pods or instances of the application you want to deploy initially.

0 commit comments

Comments
 (0)