You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2019/11/21 15:20:25 UTC

[GitHub] [camel-k] nicolaferraro opened a new issue #1069: Remove requirement for PVC on vanilla Kube

nicolaferraro opened a new issue #1069: Remove requirement for PVC on vanilla Kube
URL: https://github.com/apache/camel-k/issues/1069
 
 
   We need a PVC only when caching is enabled, but for normal Kaniko build and push we can initialize the tar.gz in an init-container and then push it to the registry via the Kaniko pod (with data shared using a node local directory volume).
   
   We can also disable image caching by default (caching is a simple but problematic piece, don't really know why). When caching is enabled we can mount the PV for the cache only.
   
   wdyt @astefanutti ?
   

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


With regards,
Apache Git Services