You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/06/10 14:01:26 UTC

[GitHub] [pulsar] grzegorz-moto commented on issue #7210: unable to run on rootless kubernetess

grzegorz-moto commented on issue #7210:
URL: https://github.com/apache/pulsar/issues/7210#issuecomment-642030804


   Documentation is not a main issue here - the pulsar-all(and others) docker image, created as is, won't be able to deploy to work in rootless environment.
   As I stated before: the most trouble-making thing is the `VOLUME` statement (https://github.com/apache/pulsar/blob/master/docker/pulsar/Dockerfile#L65) which makes `/pulsar/conf` and `/pulsar/data` access permissions impossible to modify later on.
   Removing that line (or better replacing with `RUN chmod -R a+w /pulsar/{conf,data}`) and rebuilding docker images made it possible to run services as a non-root user (id:1000)


----------------------------------------------------------------
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:
users@infra.apache.org