From bd227237d3add47537e9f879cad303c0742fcbf1 Mon Sep 17 00:00:00 2001 From: Abhijit Dasgupta Date: Tue, 12 Nov 2019 08:52:02 +0000 Subject: [PATCH] Modified the path Modified the execution path back to edgex folder As verifyedgex.sh was not getting triggered from setup.sh script. Taking the backup of edgex folder and then switching back to that folder after yaml files are deployed Signed-off-by: Abhijit Dasgupta Change-Id: I7cdf82f3a8ab6f010657e5382dfa26f60632bec6 --- blueprints/iotgateway/scripts/edgex/edgexonk8s.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/blueprints/iotgateway/scripts/edgex/edgexonk8s.sh b/blueprints/iotgateway/scripts/edgex/edgexonk8s.sh index f7171e1..22dd90c 100755 --- a/blueprints/iotgateway/scripts/edgex/edgexonk8s.sh +++ b/blueprints/iotgateway/scripts/edgex/edgexonk8s.sh @@ -13,10 +13,12 @@ echo "Deploying Edgex Platform on IOT-Gateway Edge Node" +edgexPath=`pwd` git clone https://github.com/edgexfoundry-holding/edgex-kubernetes-support.git cd edgex-kubernetes-support/releases/edinburgh/kubernetes ls kubectl create -k . +cd ${edgexPath} echo "-----------------------------------------------------------" echo "Edgex platform PODs" kubectl get pod -- 2.16.6