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/01/29 13:30:34 UTC

[GitHub] [camel-k] nicolaferraro opened a new issue #1234: Add a "master" trait

nicolaferraro opened a new issue #1234: Add a "master" trait
URL: https://github.com/apache/camel-k/issues/1234
 
 
   We can provide a trait for automatically configure the master component (or route policy?).
   
   The trait should give the pod service account enough privileges to read/watch pods and read/write/watch configmaps, then configure some defaults.
   
   It's likely that we don't need anything from runtime as the component can be automatically configured like [here](https://github.com/nicolaferraro/camel-leader-election/blob/074181c05996a24e54097eadd07add19322c4770/src/main/resources/application.properties#L5-L7).
   
   It's important that we always generate a new service account for the integration (no matter if we use master), unless the user specifies his own service account in spec.
   Roles should be bound to the pod service account.

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

[GitHub] [camel-k] nicolaferraro closed issue #1234: Add a "master" trait

Posted by GitBox <gi...@apache.org>.
nicolaferraro closed issue #1234: Add a "master" trait
URL: https://github.com/apache/camel-k/issues/1234
 
 
   

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

[GitHub] [camel-k] lburgazzoli commented on issue #1234: Add a "master" trait

Posted by GitBox <gi...@apache.org>.
lburgazzoli commented on issue #1234: Add a "master" trait
URL: https://github.com/apache/camel-k/issues/1234#issuecomment-579757074
 
 
   relates to https://github.com/apache/camel-k/issues/259

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