You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by cs...@apache.org on 2018/04/19 13:21:14 UTC

[incubator-openwhisk-deploy-kube] branch master updated: update for INVOKER_USE_RUNC being moved to PureCondig. (#183)

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

csantanapr 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 aefc885  update for INVOKER_USE_RUNC being moved to PureCondig. (#183)
aefc885 is described below

commit aefc885f28deaa5168a91e0c1a669715e07f201a
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Thu Apr 19 09:21:11 2018 -0400

    update for INVOKER_USE_RUNC being moved to PureCondig. (#183)
---
 helm/templates/invoker_deployment.yml | 2 +-
 kubernetes/invoker/invoker-dcf.yml    | 2 +-
 kubernetes/invoker/invoker-k8scf.yml  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

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:

-- 
To stop receiving notification emails like this one, please contact
csantanapr@apache.org.