You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "rodcloutier (via GitHub)" <gi...@apache.org> on 2024/01/25 13:40:29 UTC

[I] Add possibility to configure annotation for the builder pods [camel-k]

rodcloutier opened a new issue, #5106:
URL: https://github.com/apache/camel-k/issues/5106

   ### Requirement
   
   As a user of camel-k, I would like to be able to specify custom annotations that would be applied to the builder pods. 
   
   
   
   ```
   
   
   
   
   
   ### Problem
   
   In the context of a Kubernetes cluster that uses AppArmor, the buildah strategy uses containers that are restricted. 
   In order to lift that restriction, we must unconfine the buildah container. This can be done using the following annotation which must be present on the builder pod 
   
   ```
   container.apparmor.security.beta.kubernetes.io/buildah: unconfined 
   ```
   
   ### Proposal
   
   Extend the current buildConfiguration to include custom annotations.
   
   ### Open questions
   
   _No response_


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

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Add possibility to configure annotation for the builder pods [camel-k]

Posted by "squakez (via GitHub)" <gi...@apache.org>.
squakez closed issue #5106: Add possibility to configure annotation for the builder pods
URL: https://github.com/apache/camel-k/issues/5106


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

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org