dgrove-oss commented on a change in pull request #72: Fix travis builds by 
combining PR70 and PR71
URL: 
https://github.com/apache/incubator-openwhisk-deploy-kube/pull/72#discussion_r145467873
 
 

 ##########
 File path: kubernetes/invoker/invoker.yml
 ##########
 @@ -70,6 +70,12 @@ spec:
           - name: "INVOKER_INSTANCES"
             value: "1"
 
+          # Invoker assigned name. Derived from hostname
+          - name: "INVOKER_NAME"
+            valueFrom:
+              fieldRef:
+                fieldPath: spec.nodeName
 
 Review comment:
   yep.  sorry, I grabbed this hunk from #55 without thinking about it too 
carefully and we  merged with minimal review to get the travis build passing 
again.  I'll submit a fix.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to