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
log: exiting because of error: log: cannot create log: open /tmp/kube-monkey.kubemonkey-kube-monkey-56fb8ccbbf-ww8q6.unknownuser.log.INFO.20230803-141834.1: no such file or directory
Question
Was this merged without being tested? Can you post a working example of the Helm values.file?
The text was updated successfully, but these errors were encountered:
Using Helm values.yaml file to set
podSecurityContext
following commit a034c94 does not seem to work.Attempt 1
Snippet from the
values.yaml
that is in use when the problem happens:The following error appears:
Fair enough, the user may not have privileges to write to
/var/log
.Attempt 2
Updating
values.yaml
file to point container to the/tmp
directory for logs where it should be able to write to:Another error appears, the container can't create
/tmp/kube-monkey/
:Attempt 3
Another update to the
values.yaml
file to remove/tmp
from the path:The error:
If it's defaulting to
/tmp
, why does it attempt to create/tmp
?Attempt 4
Going for plain
/
for thelogDir
this time:The error:
Question
Was this merged without being tested? Can you post a working example of the Helm
values.file
?The text was updated successfully, but these errors were encountered: