|
1 | | -// Copyright (c) 2022, 2023 IBM Corporation and others. |
| 1 | +// Copyright (c) 2022, 2025 IBM Corporation and others. |
2 | 2 | // Licensed under Creative Commons Attribution-NoDerivatives |
3 | 3 | // 4.0 International (CC BY-ND 4.0) |
4 | 4 | // https://creativecommons.org/licenses/by-nd/4.0/ |
|
11 | 11 | :page-duration: 30 minutes |
12 | 12 | :page-releasedate: 2022-04-05 |
13 | 13 | :page-description: Explore how to deploy a microservice to Red Hat OpenShift 4 using the Open Liberty Operator. |
14 | | -:page-tags: ['Kubernetes', 'Docker', 'Cloud'] |
| 14 | +:page-tags: ['kubernetes', 'docker', 'cloud'] |
15 | 15 | :page-permalink: /guides/{projectid} |
16 | 16 | :page-related-guides: ['cloud-openshift', 'cloud-openshift-operator', 'okd'] |
17 | 17 | :common-includes: https://raw.githubusercontent.com/OpenLiberty/guides-common/prod |
@@ -59,9 +59,9 @@ Look for output similar to the following example: |
59 | 59 |
|
60 | 60 | [role='no_copy'] |
61 | 61 | ``` |
62 | | -Client Version: 4.3.13 |
63 | | -Server Version: 4.3.13 |
64 | | -Kubernetes Version: v1.16.2 |
| 62 | +Client Version: 4.17.9 |
| 63 | +Server Version: 4.17.9 |
| 64 | +Kubernetes Version: v1.30.6 |
65 | 65 | ``` |
66 | 66 |
|
67 | 67 | Before you install any resources, you need to create a project on your OpenShift cluster. Create a project named `guide` by running the following command: |
@@ -143,12 +143,6 @@ The `openlibertyapplications` CRD defines a set of configurations for deploying |
143 | 143 | // Static guide instruction |
144 | 144 | ifndef::cloud-hosted[] |
145 | 145 | You can also confirm the installation of the operator from the web console. Navigate to the OperatorHub. You can filter the list of categories to see only installed operators. |
146 | | - |
147 | | -== Adding a private Docker credential |
148 | | - |
149 | | -Docker limits container image pull requests for free DockerHub subscriptions. For more information, see link:https://www.docker.com/increase-rate-limits[Understanding Docker Hub Rate Limiting]. If you have a Docker account with a Pro or Team subscription, you can add a private credential to avoid any errors as a result of the limits. |
150 | | - |
151 | | -To add a private credential, navigate to the OpenShift web console and select *Workloads > Secrets* from the sidebar menu. Ensure that the selected project is `openshift-config`. Search for `pull-secret` and click the *three vertical dots* menu. Then select *Edit Secret* > *Add credentials*. Enter `docker.io` to the *Registry Server Address* field, your Docker user ID to the *Username* field, and your Docker password to the *Password* field. Click the *Save* button to save the credential. |
152 | 146 | endif::[] |
153 | 147 |
|
154 | 148 | == Deploying the system microservice to OpenShift |
|
0 commit comments