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/10/30 14:07:40 UTC

[GitHub] [camel-k] rhn-support-kboone opened a new issue #1032: No interface for setting the number of pods on which an integration is to be deployed

rhn-support-kboone opened a new issue #1032: No interface for setting the number of pods on which an integration is to be deployed
URL: https://github.com/apache/camel-k/issues/1032
 
 
   Camel K exposes an interface for setting the affinities of multiple integration pods with physical nodes on OpenShift/Kubernetes. However, there is no interface for controlling the number of pods assigned to a specific integration in the first place. 
   
   A work-around is to do "oc edit it [integration]" or "kubectl edit it [integration]" and add the section ".spec.replicas" with the desired value. Note that this entry will not exist initially, and must be created. 

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