You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pod domain1-create-weblogic-sample-domain-job-4qwt2 status is Pending
391
391
The create domain job is not showing status completed after waiting 300 seconds."
392
-
* The most likely cause is related to the value of persistentVolumeClaimName, defined in domain-home-on-pv/create-domain-inputs.yaml. Change the value to weblogic-sample-pvc.
392
+
* The most likely cause is related to the value of persistentVolumeClaimName, defined in domain-home-on-pv/create-domain-inputs.yaml.
393
+
To find out if this is the problem, do the following:
394
+
* execute `kubectl get all --all-namespaces` to find the name of the create weblogic sample domain job.
395
+
* 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).
393
398
* Verify that the operator is deployed. Use the command
394
399
```
395
400
kubectl get all --all-namespaces
@@ -410,7 +415,7 @@ Then you should [delete the resources for your sample domain](../../delete-domai
410
415
create-domain.sh
411
416
```
412
417
A correct values for weblogicDomainStoragePath will meet the following requirements
413
-
* owned by the useer that started the operator
418
+
* owned by the user that started the operator
414
419
* exists
415
420
* is a directory
416
421
3. Message: "ERROR: The create domain job will not overwrite an existing domain. The domain folder /shared/domains/domain1 already exists"
0 commit comments