Skip to content

Commit bb57ad5

Browse files
committed
A minor change to README.md
Signed-off-by: doxiao <dongbo.xiao@oracle.com>
1 parent 08c0521 commit bb57ad5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,12 +195,12 @@ This can be achieved by following the steps below. For convenience of discussion
195195
196196
````
197197
* Delete the contents of the physical volume using the appropriate tools. See the descriptions in the previous section for removing a domain.
198-
* Delete the contents in the `weblogic-domains/<domainUID>` directory under the output directory that is used when the domain is originally created, which is `/path/to/weblogic-operator-output-directory` in our example.
198+
* Delete the contents in the `weblogic-domains/<domainUID>` directory under the output directory that is specified when the domain is originally created, which is `/path/to/weblogic-operator-output-directory` in our example.
199199
* Update the create WebLogic domain inputs file `create-domain-job-inputs.yaml`.
200200
* Recreate all resources that are labeled with the `domainUID`, but are not created by the [Create WebLogic domain](kubernetes/create-weblogic-domain.sh) script. One example of such resources is the `secret` for the domain credentials, which often is created manually and may be labeled with `domainUID`. Any resources that are not labeled with the `domainUID` are not affected because they are not deleted by the [Delete WebLogic domain resources](kubernetes/delete-weblogic-domain-resources.sh) script.
201201
* Recreate the domain using the [Create WebLogic domain](kubectles/create-weblogic-domain.sh) script with the updated create WebLogic domain inputs file.
202202
203-
If for some reason the last step fails, repeat the steps above after deleting the failed create WebLogic domain job using the following command. The `<output-dir>` is the directory that is passed to the create WebLogic domain script via `-o`, which is `/path/to/weblogic-operator-output-directory` in our example if the same command is used to recreate the domain.
203+
If for some reason the last step fails, repeat the steps above after deleting the failed create WebLogic domain job using the following command. The `<output-dir>` is the directory that is specified to the create WebLogic domain script via `-o`, which is `/path/to/weblogic-operator-output-directory` in our example if the same command is used to recreate the domain.
204204
205205
```
206206
kubectl delete -f <output-dir>/weblogic-domains/<domainUID>/create-weblogic-domain-job.yaml

0 commit comments

Comments
 (0)