2020-01-19 18:42:52 UTC - giusdp: Hi, I have 2 nodes in my cluster that I want to use for invokers. When I deploy OpenWhisk it only creates 1 invoker `ow-invoker-0` but I'd like to put 1 invoker in each node. Is there some config I should put in mycluster.yaml ? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1579459372020700?thread_ts=1579459372.020700&cid=C3TPCAQG1 ---- 2020-01-19 19:53:46 UTC - Dave Grove: This docs will be useful. <https://github.com/apache/openwhisk-deploy-kube/blob/master/docs/k8s-custom-build-cluster-scaleup.md> TL;DR `invoker.containerFactory.kuberetes.replicaCount` https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1579463626020800?thread_ts=1579459372.020700&cid=C3TPCAQG1 ---- 2020-01-19 20:11:56 UTC - giusdp: Thank you, that did it! https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1579464716021000?thread_ts=1579459372.020700&cid=C3TPCAQG1 ---- 2020-01-19 20:27:05 UTC - giusdp: I have another question. If I have invoker-0 in node A and invoker-1 in node B, does invoker-0 run functions only in node A and invoker-1 only in node-B? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1579465625021200?thread_ts=1579459372.020700&cid=C3TPCAQG1 ----