thomaswoeckinger opened a new issue, #624: URL: https://github.com/apache/solr-operator/issues/624
In Openshift environments (may in others too) it is possible to restrict containers with SecurityContextConstraints (SCC). Especial setting the root filesystem to read only would increase security. Currently the init container `setup-zk? is preventing read only root filesystem, as it is writing to `/tmp`. So if this container would mount an `emptyDir` to /tmp it would be possible to set the root filesystem to read only. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
