Skip to content

Commit 60d7eed

Browse files
committed
Update README.md files
Signed-off-by: doxiao <[email protected]>
1 parent 63f6a11 commit 60d7eed

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The following parameters can be provided in the inputs file.
102102
| `adminServerName` | Name of the Administration Server. | `admin-server` |
103103
| `clusterName` | Name of the WebLogic cluster instance to generate for the domain. | `cluster-1` |
104104
| `configuredManagedServerCount` | Number of Managed Server instances to generate for the domain. | `5` |
105-
| `domainHomeImageBase` | Base WebLogic binary image used to build the WebLogic domain image. The operator requires WebLogic Server 12.2.1.3.0 with patch 29135930 applied. Refer to [WebLogic Docker images](../../../../../site/weblogic-docker-images.md) for details on how to create one. | |
105+
| `domainHomeImageBase` | Base WebLogic binary image used to build the WebLogic domain image. The operator requires WebLogic Server 12.2.1.3.0 with patch 29135930 applied. The existing WebLogic Docker image, `store/oracle/weblogic:12.2.1.3`, was updated on January 17, 2019,and has all the necessary patches applied; a `docker pull` is required if you already have this image. Refer to [WebLogic Docker images](../../../../../site/weblogic-docker-images.md) for details on how to obtain or create the image. | store/oracle/weblogic:12.2.1.3 |
106106
| `domainHomeImageBuildPath` | Location of the WebLogic "domain home in image" Docker image in `https://github.com/oracle/docker-images.git` project. If not specified, use "./docker-images/OracleWebLogic/samples/12213-domain-home-in-image". Another possible value is "./docker-images/OracleWebLogic/samples/12213-domain-home-in-image-wdt" which uses WDT, instead of WLST, to generate the domain configuration. | `./docker-images/OracleWebLogic/samples/12213-domain-home-in-image` |
107107
| `domainPVMountPath` | Mount path of the domain persistent volume. This parameter is required if `logHomeOnPV` is true. Otherwise, it is ignored. | `/shared` |
108108
| `domainUID` | Unique ID that will be used to identify this particular domain. Used as the name of the generated WebLogic domain as well as the name of the Kubernetes domain resource. This ID must be unique across all domains in a Kubernetes cluster. This ID cannot contain any character that is not valid in a Kubernetes service name. | `domain1` |
@@ -161,7 +161,7 @@ spec:
161161
# If the domain home is in the image
162162
domainHomeInImage: true
163163
# The WebLogic Server Docker image that the operator uses to start the domain
164-
image: "domain-home-in-image"
164+
image: "domain-home-in-image:12.2.1.3"
165165
# imagePullPolicy defaults to "Always" if image version is :latest
166166
imagePullPolicy: "IfNotPresent"
167167
# Identify which Secret contains the credentials for pulling an image
@@ -295,7 +295,7 @@ Spec:
295295
Server Start State: RUNNING
296296
Domain Home: /u01/oracle/user_projects/domains/domain1
297297
Domain Home In Image: true
298-
Image: domain-home-in-image
298+
Image: domain-home-in-image:12.2.1.3
299299
Image Pull Policy: IfNotPresent
300300
Include Server Out In Pod Log: true
301301
Managed Servers:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ function createDomainHome {
205205
fi
206206

207207
# clean up the generated domain.properties file
208-
rm -rf ${domainPropertiesOutput}/domain.properties
208+
rm ${domainPropertiesOutput}
209209

210210
echo ""
211211
echo "Create domain ${domainName} successfully."

kubernetes/samples/scripts/create-weblogic-domain/domain-home-on-pv/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The following parameters can be provided in the inputs file.
8282
| `domainUID` | Unique ID that will be used to identify this particular domain. Used as the name of the generated WebLogic domain as well as the name of the Kubernetes domain resource. This ID must be unique across all domains in a Kubernetes cluster. This ID cannot contain any character that is not valid in a Kubernetes service name. | `domain1` |
8383
| `exposeAdminNodePort` | Boolean indicating if the Administration Server is exposed outside of the Kubernetes cluster. | `false` |
8484
| `exposeAdminT3Channel` | Boolean indicating if the T3 administrative channel is exposed outside the Kubernetes cluster. | `false` |
85-
| `image` | WebLogic Docker image. The operator requires WebLogic Server 12.2.1.3.0 with patch 29135930 applied. Refer to [WebLogic Docker images](../../../../../site/weblogic-docker-images.md) for details on how to create one. | |
85+
| `image` | WebLogic Docker image. The operator requires WebLogic Server 12.2.1.3.0 with patch 29135930 applied. The existing WebLogic Docker image, `store/oracle/weblogic:12.2.1.3`, was updated on January 17, 2019,and has all the necessary patches applied; a `docker pull` is required if you already have this image. Refer to [WebLogic Docker images](../../../../../site/weblogic-docker-images.md) for details on how to obtain or create the image. | store/oracle/weblogic:12.2.1.3 |
8686
| `imagePullPolicy` | WebLogic Docker image pull policy. Legal values are "IfNotPresent", "Always", or "Never" | `IfNotPresent` |
8787
| `imagePullSecretName` | Name of the Kubernetes secret to access the Docker Store to pull the WebLogic Server Docker image. The presence of the secret will be validated when this parameter is specified | |
8888
| `includeServerOutInPodLog` | Boolean indicating whether to include server .out to the pod's stdout. | `true` |
@@ -134,7 +134,7 @@ spec:
134134
# If the domain home is in the image
135135
domainHomeInImage: false
136136
# The WebLogic Server Docker image that the operator uses to start the domain
137-
image: "oracle/weblogic:12213-patch-wls-for-k8s"
137+
image: "store/oracle/weblogic:12.2.1.3"
138138
# imagePullPolicy defaults to "Always" if image version is :latest
139139
imagePullPolicy: "IfNotPresent"
140140
# Identify which Secret contains the credentials for pulling an image
@@ -267,7 +267,7 @@ Spec:
267267
Server Start State: RUNNING
268268
Domain Home: /shared/domains/domain1
269269
Domain Home In Image: false
270-
Image: oracle/weblogic:12213-patch-wls-for-k8s
270+
Image: store/oracle/weblogic:12.2.1.3
271271
Image Pull Policy: IfNotPresent
272272
Include Server Out In Pod Log: true
273273
Log Home: /shared/logs/domain1

0 commit comments

Comments
 (0)