Skip to content

Commit 95683db

Browse files
authored
update at Tom's suggestion
1 parent db6d25c commit 95683db

File tree

1 file changed

+6
-1
lines changed
  • kubernetes/samples/scripts/create-weblogic-domain-pv-pvc

1 file changed

+6
-1
lines changed

kubernetes/samples/scripts/create-weblogic-domain-pv-pvc/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,4 +217,9 @@ Events: <none>
217217
## Troubleshooting
218218

219219
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 world-writable directory
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.
221+
Take the following steps to resolve the error:
222+
* become the root user
223+
** mkdir -e $value-of-weblogicDomainStoragePath
224+
** chmod 755 $value-of-weblogicDomainStoragePath
225+
** chown 1000:1000 $value-of-weblogicDomainStoragePath

0 commit comments

Comments
 (0)