roelrymenants opened a new pull request #8242: URL: https://github.com/apache/pulsar/pull/8242
### Motivation On OpenShift the user id in the container is random. In this case, the `/pulsar` folder has problematic permissions. The `VOLUME` statement even locks these into place for derivative images. e.g. as a random user the `/pulsar/conf` folder is read-only, while the pulsar helm chart assumes it to be present and writable. ### Modifications Change ownership of everything in the `/pulsar` directory to be `root:root`, and make sure the owning group has the same rights as the owner. This solves the problem, as OpenShift ensures the user in the container is a member of the `root` group. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
