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
Copy file name to clipboardExpand all lines: cli_reference/developer_cli_odo/creating-instances-of-services-managed-by-operators.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
@@ -15,7 +15,7 @@ the service. If this YAML has placeholder values or sample values, a service can
15
15
** Note that the configuration of the cluster determines the services available to you. To access the Operator services, a cluster administrator must install the respective Operator on the cluster first. To learn more, see xref:../../operators/admin/olm-adding-operators-to-cluster.adoc#olm-installing-operators-from-operatorhub_olm-adding-operators-to-a-cluster[Adding Operators to the cluster].
Copy file name to clipboardExpand all lines: cli_reference/developer_cli_odo/creating_and_deploying_applications_with_odo/creating-a-multicomponent-application-with-odo.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,13 @@ toc::[]
9
9
10
10
This example describes how to deploy a multicomponent application - a shooter game. The application consists of a front-end Node.js component and a back-end Java component.
11
11
12
-
== Prerequisites
12
+
.Prerequisites
13
13
14
14
* `{odo-title}` is installed.
15
15
* You have a running cluster. Developers can use link:https://access.redhat.com/documentation/en-us/red_hat_codeready_containers/[CodeReady Containers (CRC)] to deploy a local cluster quickly.
Copy file name to clipboardExpand all lines: cli_reference/developer_cli_odo/creating_and_deploying_applications_with_odo/creating-a-single-component-application-with-odo.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,12 +7,12 @@ toc::[]
7
7
8
8
With `{odo-title}`, you can create and deploy applications on clusters.
9
9
10
-
== Prerequisites
10
+
.Prerequisites
11
11
12
12
* `{odo-title}` is installed.
13
13
* You have a running cluster. You can use link:https://access.redhat.com/documentation/en-us/red_hat_codeready_containers/[CodeReady Containers (CRC)] to deploy a local cluster quickly.
Copy file name to clipboardExpand all lines: cli_reference/developer_cli_odo/creating_and_deploying_applications_with_odo/creating-an-application-with-a-database.adoc
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ toc::[]
7
7
8
8
This example describes how to deploy and connect a database to a front-end application.
9
9
10
-
== Prerequisites
10
+
.Prerequisites
11
11
12
12
* `{odo-title}` is installed.
13
13
* `oc` client is installed.
@@ -19,8 +19,7 @@ This example describes how to deploy and connect a database to a front-end appli
19
19
Service Catalog is deprecated on {product-title} 4 and later.
* You must know your ingress domain cluster name. Contact your cluster administrator if you do not know it. For example, `apps-crc.testing` is the cluster domain name for https://access.redhat.com/documentation/en-us/red_hat_codeready_containers/[Red Hat CodeReady Containers].
0 commit comments