Skip to content

Commit b41fa09

Browse files
authored
formatting
1 parent 0cdf5c6 commit b41fa09

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
@@ -393,8 +393,8 @@ The create domain job is not showing status completed after waiting 300 seconds.
393393
To find out if this is the problem, do the following:
394394
* execute `kubectl get all --all-namespaces` to find the name of the create weblogic sample domain job.
395395
* execute `kubectl describe pod <name-of-create-weblogic-sample-domain-job>` to see if there is an Event that has text similar to `persistentvolumeclaim "domain1-weblogic-sample-pvc" not found`
396-
* find the name of the pvc that was created by executing [create-pv-pvc.sh] (../../create-weblogic-domain-pv-pvc/README.md), using `kubectl describe pvc`. It is likely to be `weblogic-sample-pvc`
397-
Change the value of persistentVolumeClaimName to match the name created when you executed [create-pv-pvc.sh] (../../create-weblogic-domain-pv-pvc/README.md).
396+
* find the name of the pvc that was created by executing [create-pv-pvc.sh](../../create-weblogic-domain-pv-pvc/README.md), using `kubectl describe pvc`. It is likely to be `weblogic-sample-pvc`
397+
Change the value of persistentVolumeClaimName to match the name created when you executed [create-pv-pvc.sh](../../create-weblogic-domain-pv-pvc/README.md).
398398
* Verify that the operator is deployed. Use the command
399399
```
400400
kubectl get all --all-namespaces

0 commit comments

Comments
 (0)