Skip to content

Commit 225f6bb

Browse files
Changes for RHDEVDOCS-2072
1 parent 221138a commit 225f6bb

File tree

4 files changed

+32
-2
lines changed

4 files changed

+32
-2
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ include::modules/odc-using-quickstarts.adoc[leveloffset=+1]
7676

7777
include::modules/odc-importing-codebase-from-git-to-create-application.adoc[leveloffset=+1]
7878

79+
include::modules/odc-deploying-container-image.adoc[leveloffset=+1]
80+
7981
include::modules/odc-deploying-java-applications.adoc[leveloffset=+1]
8082

8183
include::modules/odc-using-the-devfile-registry.adoc[leveloffset=+1]
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * applications/creating_applications/odc-creating-applications-using-developer-perspective.adoc
4+
5+
:_content-type: PROCEDURE
6+
[id="odc-deploying-container-image_{context}"]
7+
= Creating applications by deploying container image
8+
9+
You can use an external image registry or an image stream tag from an internal registry to deploy an application on your cluster.
10+
11+
.Prerequisites
12+
13+
* You have logged in to the {product-title} web console and are in the *Developer* perspective.
14+
15+
.Procedure
16+
17+
. In the *+Add* view, click *Container images* to view the *Deploy Images* page.
18+
. In the *Image* section:
19+
.. Select *Image name from external registry* to deploy an image from a public or a private registry, or select *Image stream tag from internal registry* to deploy an image from an internal registry.
20+
.. Select an icon for your image in the *Runtime icon* tab.
21+
. In the *General* section:
22+
.. In the *Application name* field, enter a unique name for the application grouping.
23+
.. In the *Name* field, enter a unique name to identify the resources created for this component.
24+
. In the *Resource type* section, select the resource type to generate:
25+
.. Select *Deployment* to enable declarative updates for `Pod` and `ReplicaSet` objects.
26+
.. Select *DeploymentConfig* to define the template for a `Pod` object, and manage deploying new images and configuration sources.
27+
.. Select *Serverless Deployment* to enable scaling to zero when idle.
28+
. Click *Create*. You can view the build status of the application in the *Topology* view.

modules/odc-deploying-java-applications.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Use the following instructions to upload a JAR file in the *Topology* view to de
2626

2727
. In the *Name* field, enter a unique component name for the associated resources.
2828

29-
. Optional: Using the *Advanced options* -> *Resource type* drop-down list, select a different resource type from the list of default resource types.
29+
. Optional: Using the *Resource type* drop-down list, select a different resource type from the list of default resource types.
3030

3131
. In the *Advanced options*, click *Create a Route to the Application* to configure a public URL for your deployed application.
3232

modules/odc-editing-health-checks.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can use the *Topology* view to edit health checks added to your application,
1717
. In the *Topology* view, right-click your application and select *Edit Health Checks*. Alternatively, in the side panel, click the *Actions* drop-down list and select *Edit Health Checks*.
1818
. In the *Edit Health Checks* page:
1919

20-
* To remove a previously added health probe, click the minus sign adjoining it.
20+
* To remove a previously added health probe, click the *Remove* icon adjoining it.
2121
* To edit the parameters of an existing probe:
2222
+
2323
.. Click the *Edit Probe* link next to a previously added probe to see the parameters for the probe.

0 commit comments

Comments
 (0)