-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cant deploy if hazelcast.loggingLevel set #210
Comments
Which Helm Chart / Docker image do you use? I guess it should not be an issue with the latest one. |
Chart 3.6.2 |
I checked the latest version and it worked for me.
If it doesn't work, then it may be related to your k8 environment. You can also try setting the security context like this.
|
@leszko - none of the above commands worked. The hazelcast instance fails to start with a Ideally it should have worked with the The complete k8s logs are as below
|
Finally defining an environment variable named |
Hi @shahamit,
In a functional level, https://github.com/hazelcast/charts/blob/master/stable/hazelcast/templates/statefulset.yaml#L160 I have also tested with the latest version, and it worked:
Could you share your chart version and |
hazelcast.loggingLevel=DEBUG
Error within pod:
sed: can't create temp file 'logging.propertiesXXXXXX': Read-only file system
Its related to securityContext.readOnlyRootFilesystem that set by default to true.
The text was updated successfully, but these errors were encountered: