Skip to content

Commit 08c0521

Browse files
committed
Another round of editing
Signed-off-by: doxiao <[email protected]>
1 parent cb3bdbf commit 08c0521

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -194,13 +194,13 @@ This can be achieved by following the steps below. For convenience of discussion
194194
./delete-weblogic-domain-resources.sh -d <domainUID>
195195
196196
````
197-
* Delete the contents of the physical volume using the appropriate tools.
197+
* Delete the contents of the physical volume using the appropriate tools. See the descriptions in the previous section for removing a domain.
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.
199-
* 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` 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.
201-
* Recreate the domain using the [Create WebLogic domain](kubectles/create-weblogic-domain.sh) script with the modified create WebLogic domain inputs file.
199+
* Update 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` are not affected because they are not deleted by the [Delete WebLogic domain resources](kubernetes/delete-weblogic-domain-resources.sh) script.
201+
* 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.
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.
204204
205205
```
206206
kubectl delete -f <output-dir>/weblogic-domains/<domainUID>/create-weblogic-domain-job.yaml

0 commit comments

Comments
 (0)