Skip to content

Commit c3aed9d

Browse files
authored
clean up numbered list
1 parent 8935066 commit c3aed9d

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
@@ -399,7 +399,7 @@ and look for lines similar to
399399
weblogic-operator1 pod/weblogic-operator-
400400
```
401401
If you do not find something similar in the output, the WebLogic Operator for Kubernetes may not have been installed completely. Review the operator installation instructions in
402-
1. Message: "ERROR: Unable to create folder /shared/domains"
402+
2. Message: "ERROR: Unable to create folder /shared/domains"
403403
The most common cause is a poor choice of value for weblogicDomainStoragePath in the input file used when you executed
404404
```
405405
create-pv-pvc.sh
@@ -412,5 +412,5 @@ A correct values for weblogicDomainStoragePath will meet the following requireme
412412
* owned by the useer that started the operator
413413
* exists
414414
* is a directory
415-
1. Message: "ERROR: The create domain job will not overwrite an existing domain. The domain folder /shared/domains/domain1 already exists"
415+
3. Message: "ERROR: The create domain job will not overwrite an existing domain. The domain folder /shared/domains/domain1 already exists"
416416
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)