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: kubernetes/samples/scripts/create-weblogic-domain/domain-home-in-image/README.md
+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
@@ -8,7 +8,7 @@ The following prerequisites must be handled prior to running the create domain s
8
8
* Make sure the WebLogic operator is running.
9
9
* Create a Kubernetes namespace for the domain unless the intention is to use the default namespace.
10
10
* 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.
12
12
13
13
## Use the script to create a domain
14
14
@@ -68,7 +68,7 @@ The following parameters can be provided in the inputs file.
68
68
|`adminPort`| Port number for the Administration Server inside the Kubernetes cluster. |`7001`|
69
69
|`adminNodePort`| Port number of the Administration Server outside the Kubernetes cluster. |`30701`|
70
70
|`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`|
72
72
|`clusterName`| Name of the WebLogic cluster instance to generate for the domain. |`cluster-1`|
73
73
|`clusterType`| Type of the WebLogic Cluster. Legal values are `CONFIGURED` or `DYNAMIC`. |`DYNAMIC`|
74
74
|`configuredManagedServerCount`| Number of Managed Server instances to generate for the domain. |`2`|
0 commit comments