rabbah closed pull request #146: plumbing for INVOKER_CONTAINER_DNS
URL: https://github.com/apache/incubator-openwhisk-deploy-kube/pull/146
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/kubernetes/invoker/invoker.env b/kubernetes/invoker/invoker.env
index 0616c19..75285b8 100644
--- a/kubernetes/invoker/invoker.env
+++ b/kubernetes/invoker/invoker.env
@@ -1,6 +1,7 @@
java_opts=-Xmx2g
invoker_opts=
invoker_container_network=bridge
+invoker_container_dns=
invoker_use_runc=false
docker_image_prefix=openwhisk
docker_image_tag=latest
diff --git a/kubernetes/invoker/invoker.yml b/kubernetes/invoker/invoker.yml
index 0672a19..c9739c9 100644
--- a/kubernetes/invoker/invoker.yml
+++ b/kubernetes/invoker/invoker.yml
@@ -89,6 +89,11 @@ spec:
configMapKeyRef:
name: invoker.config
key: invoker_container_network
+ - name: "INVOKER_CONTAINER_DNS"
+ valueFrom:
+ configMapKeyRef:
+ name: invoker.config
+ key: invoker_container_dns
- name: "INVOKER_USE_RUNC"
valueFrom:
configMapKeyRef:
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services