Skip to content

Commit 9b8926f

Browse files
committed
Minor update to doc
Signed-off-by: doxiao <[email protected]>
1 parent 0f47cb6 commit 9b8926f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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
@@ -68,7 +68,7 @@ The default domain created by the script has the following characteristics:
6868
If you run the sample from a machine that is remote to the Kubernetes cluster, and you need to push the new image to a registry that is local to the cluster, you need to do the following:
6969
* Set the `image` property in the inputs file to the target image name (including the tag if needed).
7070
* Run the `create-domain.sh` script without the `-e` option.
71-
* Push the generated image `domain-home-in-image-wdt:lastest` (or `domain-home-in-image-wlst:latest`) to the target image name.
71+
* Push the generated image `domain-home-in-image-wdt:lastest` (or `domain-home-in-image:latest`) to the target image name.
7272
* Run the following command to create the domain.
7373

7474
```
@@ -93,7 +93,7 @@ The following parameters can be provided in the inputs file.
9393
| `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` |
9494
| `exposeAdminNodePort` | Boolean indicating if the Administration Server is exposed outside of the Kubernetes cluster. | `false` |
9595
| `exposeAdminT3Channel` | Boolean indicating if the T3 administrative channel is exposed outside the Kubernetes cluster. | `false` |
96-
| `image` | WebLogic Docker image that the domain resource will pull if needed. You only need to specify this if you are going to tag the generated image to a different name. If not specified, the sample uses the internally generated image name, either "domain-home-in-image-wdt:latest" or "domain-home-in-image-wlst:latest". | |
96+
| `image` | WebLogic Docker image that the domain resource will pull if needed. You only need to specify this if you are going to tag the generated image to a different name. If not specified, the sample uses the internally generated image name, either "domain-home-in-image-wdt:latest" or "domain-home-in-image:latest". | |
9797
| `imagePullPolicy` | WebLogic Docker image pull policy. Legal values are "IfNotPresent", "Always", or "Never" | `IfNotPresent` |
9898
| `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 | |
9999
| `includeServerOutInPodLog` | Boolean indicating whether to include server .out to the pod's stdout. | `true` |

site/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ script will just generate the YAML files, but will not take any action on your c
180180
If you run the sample from a machine that is remote to the Kubernetes cluster, and you need to push the new image to a registry that is local to the cluster, you need to do the following:
181181
* Set the `image` property in the inputs file to the target image name (including the tag if needed).
182182
* Run the `create-domain.sh` script without the `-e` option.
183-
* Push the generated image `domain-home-in-image-wdt:lastest` (or `domain-home-in-image-wlst:latest`) to the target image name.
183+
* Push the generated image `domain-home-in-image-wdt:lastest` (or `domain-home-in-image:latest`) to the target image name.
184184
* Run the following command to create the domain.
185185

186186
```

0 commit comments

Comments
 (0)