2020-10-01 06:31:30 UTC - Emil Chitas: • you can disable the affinity altogether with `--set affinity.enabled=false` when deploying with helm, this is set in the `values.yaml,` but this way you disable it globally • another way would be to remove just the include `include "openwhisk.affinity.selfAntiAffinity"` from the `invoker-pod.yaml` • and the third one is the one you chose Of these all, I would go for the second. though the effect should be the same for the last 2 https://openwhisk-team.slack.com/archives/C4J3R7JFL/p1601533890001400?thread_ts=1601494447.001000&cid=C4J3R7JFL ----