You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2021/03/31 14:32:39 UTC

[GitHub] [druid] youngwookim opened a new issue #11054: Docker image is broken if container runtime is Containerd

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] FrankChen021 closed issue #11054: Docker image is broken if container runtime is Containerd

Posted by GitBox <gi...@apache.org>.
FrankChen021 closed issue #11054:
URL: https://github.com/apache/druid/issues/11054


   


-- 
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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] FrankChen021 commented on issue #11054: Docker image is broken if container runtime is Containerd

Posted by GitBox <gi...@apache.org>.
FrankChen021 commented on issue #11054:
URL: https://github.com/apache/druid/issues/11054#issuecomment-852731344


   Resolved by #11299 


-- 
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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org