youngwookim opened a new issue #11054: URL: https://github.com/apache/druid/issues/11054
### Affected Version Druid version <= 0.20.2 ### Description Current docker image created a symlink for the home directory ```/opt/druid``` This causes ```CrashLoopBackOff``` on kubernetes cluster that has the Containerd as a container runtime. Got an error message like following: ``` (snip) mkdir: cannot create directory ‘var/tmp’: Permission denied mkdir: cannot create directory ‘var/druid’: Permission denied mkdir: cannot create directory ‘var/druid’: Permission denied mkdir: cannot create directory ‘var/druid’: Permission denied mkdir: cannot create directory ‘var/druid’: Permission denied mkdir: cannot create directory ‘var/druid’: Permission denied ``` I've tested with GKE, kubernetes 1.18 + Containerd as a container runtime. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
