Skip to content

Commit c062dc7

Browse files
authored
link to delete domain script description.
1 parent 9dec806 commit c062dc7

File tree

1 file changed

+2
-2
lines changed
  • kubernetes/samples/scripts/create-weblogic-domain/domain-home-on-pv

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ The most common cause is a poor choice of value for weblogicDomainStoragePath in
405405
```
406406
create-pv-pvc.sh
407407
```
408-
The you should delete the resources for your sample domain, correct the value in that file and rerun the commands to create the pv/pvc and the credential before you attampt to rerun
408+
Then you should [delete the resources for your sample domain](../../delete-domain/README.md), correct the value in that file and rerun the commands to create the pv/pvc and the credential before you attempt to rerun
409409
```
410410
create-domain.sh
411411
```
@@ -414,4 +414,4 @@ A correct values for weblogicDomainStoragePath will meet the following requireme
414414
* exists
415415
* is a directory
416416
3. Message: "ERROR: The create domain job will not overwrite an existing domain. The domain folder /shared/domains/domain1 already exists"
417-
You will see this message if the directory domains/domain1 exists in the directory named as the value of weblogicDomainStoragePath in create-pv-pvc-inputs.yaml. For example, if the value of weblogicDomainStoragePath is `/tmp/wls-op-4-k8s`, you would need to remove (or move) `/tmp/wls-op-4-k8s/domains/domain1`
417+
You will see this message if the directory domains/domain1 exists in the directory named as the value of weblogicDomainStoragePath in create-pv-pvc-inputs.yaml. For example, if the value of weblogicDomainStoragePath is `/tmp/wls-op-4-k8s`, you would need to remove (or move) `/tmp/wls-op-4-k8s/domains/domain1`.

0 commit comments

Comments
 (0)