You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/01/15 20:25:18 UTC

[GitHub] dgrove-oss opened a new pull request #151: Specify pod/node scheduling affinities

dgrove-oss opened a new pull request #151: Specify pod/node scheduling affinities
URL: https://github.com/apache/incubator-openwhisk-deploy-kube/pull/151
 
 
   Specify pod and node affinities for Kubernetes scheduler
   to implement two basic policies:
     1. Do not schedule anything except the invoker pod
        on nodes labeled openwhisk-role=invoker.
     2. Do not allow multiple instances of the same pod
        to be scheduled on the same node (HA -- replicated
        pods should be run on distinct worker nodes).
   
   Also weakly prefer to co-locate kafka and zookeeper pods
   on the same node to optimize their communication.
   
   Fixes #99.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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