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/04/19 13:21:13 UTC

[GitHub] csantanapr closed pull request #183: update for INVOKER_USE_RUNC being moved to PureConfig.

csantanapr closed pull request #183: update for INVOKER_USE_RUNC being moved to PureConfig.
URL: https://github.com/apache/incubator-openwhisk-deploy-kube/pull/183
 
 
   

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/templates/invoker_deployment.yml b/helm/templates/invoker_deployment.yml
index d749bc1..9816bc7 100644
--- a/helm/templates/invoker_deployment.yml
+++ b/helm/templates/invoker_deployment.yml
@@ -75,7 +75,7 @@ spec:
             value: "nginx.openwhisk"
           - name: "INVOKER_CONTAINER_NETWORK"
             value: "bridge"
-          - name: "INVOKER_USE_RUNC"
+          - name: "CONFIG_whisk_docker_containerFactory_useRunc"
             value: "false"
 
           # Properties for invoker image
diff --git a/kubernetes/invoker/invoker-dcf.yml b/kubernetes/invoker/invoker-dcf.yml
index 3f91786..4314ee8 100644
--- a/kubernetes/invoker/invoker-dcf.yml
+++ b/kubernetes/invoker/invoker-dcf.yml
@@ -98,7 +98,7 @@ spec:
               configMapKeyRef:
                 name: invoker.config
                 key: invoker_container_dns
-          - name: "INVOKER_USE_RUNC"
+          - name: "CONFIG_whisk_docker_containerFactory_useRunc"
             valueFrom:
               configMapKeyRef:
                 name: invoker.config
diff --git a/kubernetes/invoker/invoker-k8scf.yml b/kubernetes/invoker/invoker-k8scf.yml
index a83a293..d5abcc5 100644
--- a/kubernetes/invoker/invoker-k8scf.yml
+++ b/kubernetes/invoker/invoker-k8scf.yml
@@ -106,7 +106,7 @@ spec:
             value: "TRUE"
 
           # Docker-related options
-          - name: "INVOKER_USE_RUNC"
+          - name: "CONFIG_whisk_docker_containerFactory_useRunc"
             value: "FALSE"
           - name: "DOCKER_IMAGE_PREFIX"
             valueFrom:


 

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