This is an automated email from the ASF dual-hosted git repository.

dgrove pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-openwhisk-deploy-kube.git


The following commit(s) were added to refs/heads/master by this push:
     new 1e54bc6  Configure same affinity policies as array (#493)
1e54bc6 is described below

commit 1e54bc6de0646556e57442644bdfd6721e4ac634
Author: Chetan Mehrotra <[email protected]>
AuthorDate: Fri Jul 5 20:56:46 2019 +0530

    Configure same affinity policies as array (#493)
---
 helm/openwhisk/templates/_affinity.tpl | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/helm/openwhisk/templates/_affinity.tpl 
b/helm/openwhisk/templates/_affinity.tpl
index 2cb2fb5..ba0e4de 100644
--- a/helm/openwhisk/templates/_affinity.tpl
+++ b/helm/openwhisk/templates/_affinity.tpl
@@ -29,9 +29,6 @@ nodeAffinity:
         operator: NotIn
         values:
         - {{ .Values.affinity.invokerNodeLabel }}
-# prefer to run on a core node
-nodeAffinity:
-  preferredDuringSchedulingIgnoredDuringExecution:
   - weight: 80
     preference:
       matchExpressions:
@@ -54,9 +51,6 @@ nodeAffinity:
         operator: NotIn
         values:
         - {{ .Values.affinity.invokerNodeLabel }}
-# prefer to run on a edge node
-nodeAffinity:
-  preferredDuringSchedulingIgnoredDuringExecution:
   - weight: 80
     preference:
       matchExpressions:
@@ -79,8 +73,6 @@ nodeAffinity:
         operator: NotIn
         values:
         - {{ .Values.affinity.invokerNodeLabel }}
-# prefer to run on a provider node
-nodeAffinity:
   preferredDuringSchedulingIgnoredDuringExecution:
   - weight: 80
     preference:

Reply via email to