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/08/29 02:04:52 UTC

[GitHub] daisy-ycguo closed pull request #289: enable node affinity for invoker-agent DaemonSet

daisy-ycguo closed pull request #289: enable node affinity for invoker-agent DaemonSet
URL: https://github.com/apache/incubator-openwhisk-deploy-kube/pull/289
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/helm/openwhisk/templates/invoker.yaml b/helm/openwhisk/templates/invoker.yaml
index c9d17af..5e3641a 100644
--- a/helm/openwhisk/templates/invoker.yaml
+++ b/helm/openwhisk/templates/invoker.yaml
@@ -177,11 +177,8 @@ spec:
       restartPolicy: Always
       hostNetwork: true
 
-      # TODO: disabled affinity until user-action pods are
-      #       created by KubernetesContainerFacotry with the
-      #       same affinity rules.
-      #       Requires extension to upstream kube java client
-      #       run only on nodes labeled with openwhisk-role=invoker
+      affinity:
+{{ include "affinity.invoker" . | indent 8 }}
 
       volumes:
 {{ include "docker_volumes" . | indent 6 }}


 

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