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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -217,8 +217,8 @@ 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 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
-
Take the following steps to resolve the error:
220
+
Edit the file and set the value of the field. This value must be a directory that is world writable.
221
+
Optionally, follow these steps to tighten permissions on the named directory after you run the sample the first time.
222
222
* become the root user
223
223
* ls -nd $value-of-weblogicDomainStoragePath
224
224
* Note the values of the third and fourth field of the output
0 commit comments