Skip to content

Commit 7367dd1

Browse files
committed
Add more details to README.md
Signed-off-by: doxiao <[email protected]>
1 parent 8ce04f7 commit 7367dd1

File tree

1 file changed

+2
-2
lines changed
  • kubernetes/samples/scripts/create-weblogic-domain/domain-home-in-image

1 file changed

+2
-2
lines changed

kubernetes/samples/scripts/create-weblogic-domain/domain-home-in-image/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The following prerequisites must be handled prior to running the create domain s
88
* Make sure the WebLogic operator is running.
99
* Create a Kubernetes namespace for the domain unless the intention is to use the default namespace.
1010
* Create the Kubernetes secrets `username` and `password` of the admin account in the same Kubernetes namespace as the domain.
11-
* Build the Oracle WebLogic image `oracle/weblogic:12.2.1.3-developer`. Refer to [Oracle WebLogic Server on Docker](https://github.com/oracle/docker-images/tree/master/OracleWebLogic/dockerfiles/12.2.1.3).
11+
* Build the Oracle WebLogic image `oracle/weblogic:12.2.1.3-developer`. Refer to [Oracle WebLogic Server on Docker](https://github.com/oracle/docker-images/tree/master/OracleWebLogic/dockerfiles/12.2.1.3). If a different `baseImage` (see Configuration table below) is specified, the specified image needs to be built locally or pulled from a repository.
1212

1313
## Use the script to create a domain
1414

@@ -68,7 +68,7 @@ The following parameters can be provided in the inputs file.
6868
| `adminPort` | Port number for the Administration Server inside the Kubernetes cluster. | `7001` |
6969
| `adminNodePort` | Port number of the Administration Server outside the Kubernetes cluster. | `30701` |
7070
| `adminServerName` | Name of the Administration Server. | `admin-server` |
71-
| `baseImage` | The image that is used to build the domain-home-in-image Docker image. If not specified, use the built-in base image `oracle/weblogic:12.2.1.3-developer`. | `oracle/weblogic:12.2.1.3-developer` |
71+
| `baseImage` | The image that is used to build the domain-home-in-image Docker image. If not specified, use the built-in base image `oracle/weblogic:12.2.1.3-developer`. The image specified here needs to be built locally or pulled from a repository before the `create-domain.sh` script is executed. | `oracle/weblogic:12.2.1.3-developer` |
7272
| `clusterName` | Name of the WebLogic cluster instance to generate for the domain. | `cluster-1` |
7373
| `clusterType` | Type of the WebLogic Cluster. Legal values are `CONFIGURED` or `DYNAMIC`. | `DYNAMIC` |
7474
| `configuredManagedServerCount` | Number of Managed Server instances to generate for the domain. | `2` |

0 commit comments

Comments
 (0)