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
Copy file name to clipboardExpand all lines: kubernetes/samples/scripts/create-weblogic-domain-pv-pvc/README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -217,10 +217,11 @@ Events: <none>
217
217
## Troubleshooting
218
218
219
219
1. Message: "[ERROR] The weblogicDomainStoragePath parameter in kubernetes/samples/scripts/create-weblogic-domain-pv-pvc/create-pv-pvc-inputs.yaml is missing, null or empty"
220
-
Edit the file and set the value of the field. This value must be a directory that is writable for the uid==1000 and gid==1000.
220
+
Edit the file and set the value of the field. This value must be a directory that is world writable. After you run the through the sample the first time, you can tighten up the ownership and permissions on the named directory.
221
221
Take the following steps to resolve the error:
222
222
* become the root user
223
-
* mkdir -e $value-of-weblogicDomainStoragePath
223
+
* ls -nd $value-of-weblogicDomainStoragePath
224
+
* Note the values of the third and fourth field of the output
0 commit comments