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 2020/07/08 12:32:36 UTC

[GitHub] [camel-k] astefanutti commented on issue #1580: Error during unshare(...): Operation not permitted

astefanutti commented on issue #1580:
URL: https://github.com/apache/camel-k/issues/1580#issuecomment-655490231


   I suspect this is caused by Buildah running into a container runtime that's too much constrained.
   
   Could you provide the output of:
   
       $ kubectl get integrationplatforms.camel.apache.org -o yaml
   
   and:
   
       $ kubectl get nodes -o jsonpath="{.items[*].status.nodeInfo}"
   
   Otherwise, what container runtime is used in you cluster.
   
   Some context can be found in https://github.com/containers/buildah/issues/1901.
   
   A possible work-around would be to use Kaniko instead of Buildah.
   


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