PermissionError: [Errno 13] Permission denied: '/tmp/ray/session_latest/logs/monitor.log

i have tried running cluster in kubernetes with autoscaler as sidecar having this permission issue on autoscaler container for the folder /tmp/ray/

i am building a custom image for this how to give permission this folder

Hi @siva14guru, could you provide more details?

  • What does your config look like?
  • Can you share how you are building your custom image?
  • Do you have any config to provide permissions to /tmp/ray/?

hey @cade it solved when i build docker image with same user and group as this docker file ray/Dockerfile at master · ray-project/ray · GitHub