Skip to content

Commit 14a000f

Browse files
authored
Merge pull request #195302 from majguo/use-kubeadmin-followup
Refine alt text for accessibility
2 parents 3b39d2a + 0407cb0 commit 14a000f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/openshift/howto-deploy-java-liberty-app.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ After creating and connecting to the cluster, install the Open Liberty Operator.
5757
4. Select **Install**.
5858
5. In the page **Install Operator**, check **beta2** for **Update channel**, **All namespaces on the cluster (default)** for **Installation mode**, and **Automatic** for **Update approval**:
5959

60-
![create operator subscription for Open Liberty Operator](./media/howto-deploy-java-liberty-app/install-operator.png)
60+
![Screenshot of creating operator subscription for Open Liberty Operator.](./media/howto-deploy-java-liberty-app/install-operator.png)
6161
6. Select **Install** and wait a minute or two until the installation completes.
6262
7. Observe the Open Liberty Operator is successfully installed and ready for use. If you don't, diagnose and resolve the problem before continuing.
6363

@@ -71,7 +71,7 @@ Follow the instructions below to create an OpenShift namespace for use with your
7171
2. Navigate to **Administration** > **Namespaces** > **Create Namespace**.
7272
3. Fill in `open-liberty-demo` for **Name** and select **Create**, as shown next.
7373

74-
![create namespace](./media/howto-deploy-java-liberty-app/create-namespace.png)
74+
![Screenshot of creating namespace.](./media/howto-deploy-java-liberty-app/create-namespace.png)
7575

7676
### Create an Azure Database for MySQL
7777

@@ -87,7 +87,7 @@ Follow the instructions below to set up an Azure Database for MySQL for use with
8787
2. Select **Add current client IP address**.
8888
3. Set **Minimal TLS Version** to **>1.0** and select **Save**.
8989

90-
![configure mysql database connection security rule](./media/howto-deploy-java-liberty-app/configure-mysql-database-connection-security.png)
90+
![Screenshot of configuring mysql database connection security rule.](./media/howto-deploy-java-liberty-app/configure-mysql-database-connection-security.png)
9191

9292
3. Open **your SQL database** > **Connection strings** > Select **JDBC**. Write down the **Port number** following sql server address. For example, **3306** is the port number in the example below.
9393

@@ -202,7 +202,7 @@ In the sample application, we've prepared Dockerfile-local and Dockerfile-wlp-lo
202202

203203
1. Open `http://localhost:9080/` in your browser to visit the application home page. The application will look similar to the following image:
204204

205-
![JavaEE Cafe Web UI](./media/howto-deploy-java-liberty-app/javaee-cafe-web-ui.png)
205+
![Screenshot of JavaEE Cafe Web UI.](./media/howto-deploy-java-liberty-app/javaee-cafe-web-ui.png)
206206
1. Press **Control-C** to stop the application and Open Liberty server.
207207

208208
The directory `2-simple` of your local clone shows the Maven project with the above changes already applied.
@@ -338,7 +338,7 @@ Because we use the Open Liberty Operator to manage Liberty applications, we need
338338
1. In the middle of the page, select **Open Liberty Operator**.
339339
1. In the middle of the page, select **Open Liberty Application**. The navigation of items in the user interface mirrors the actual containment hierarchy of technologies in use.
340340
<!-- Diagram source https://github.com/Azure-Samples/open-liberty-on-aro/blob/master/diagrams/aro-java-containment.vsdx -->
341-
![ARO Java Containment](./media/howto-deploy-java-liberty-app/aro-java-containment.png)
341+
![Diagram of ARO Java Containment.](./media/howto-deploy-java-liberty-app/aro-java-containment.png)
342342
1. Select **Create OpenLibertyApplication**
343343
1. Replace the generated yaml with yours, which is located at `<path-to-repo>/3-integration/connect-db/mysql/target/openlibertyapplication.yaml`.
344344
1. Select **Create**. You'll be returned to the list of OpenLibertyApplications.
@@ -403,7 +403,7 @@ Because we use the Open Liberty Operator to manage Liberty applications, we need
403403
1. In the middle of the page, select **Open Liberty Operator**.
404404
1. In the middle of the page, select **Open Liberty Application**. The navigation of items in the user interface mirrors the actual containment hierarchy of technologies in use.
405405
<!-- Diagram source https://github.com/Azure-Samples/open-liberty-on-aro/blob/master/diagrams/aro-java-containment.vsdx -->
406-
![ARO Java Containment](./media/howto-deploy-java-liberty-app/aro-java-containment.png)
406+
![Diagram of ARO Java Containment.](./media/howto-deploy-java-liberty-app/aro-java-containment.png)
407407
1. Select **Create OpenLibertyApplication**
408408
1. Replace the generated yaml with yours, which is located at `<path-to-repo>/2-simple/openlibertyapplication.yaml`.
409409
1. Select **Create**. You'll be returned to the list of OpenLibertyApplications.

0 commit comments

Comments
 (0)