Skip to content

Commit cb3bdbf

Browse files
committed
More editorial changes
Signed-off-by: doxiao <[email protected]>
1 parent 772d5ea commit cb3bdbf

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
@@ -197,10 +197,10 @@ This can be achieved by following the steps below. For convenience of discussion
197197
* Delete the contents of the physical volume using the appropriate tools.
198198
* 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.
199199
* Modify the create WebLogic domain inputs file `create-domain-job-inputs.yaml`.
200-
* 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` is not deleted by the [Delete WebLogic domain resources](kubernetes/delete-weblogic-domain-resources.sh) script, and therefore, do not need to be recreated.
200+
* 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` do not need to be recreated because that 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 modified create WebLogic domain inputs file.
202202
203-
If for some reason the last step failed, 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.
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.
204204
205205
```
206206
kubectl delete -f <output-dir>/weblogic-domains/<domainUID>/create-weblogic-domain-job.yaml

0 commit comments

Comments
 (0)