X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=blueprints%2Fiotgateway%2Fscripts%2Fedgex%2Fedgexonk8s.sh;h=efef9473b649cf87f801a75540856d7c0d598091;hb=49b2a10b484a7da1da41c89ea0c986c80b2ba266;hp=22dd90c8b3a6e2318f00a8989f68faae43b3a36a;hpb=2c97a07953c45a070ad79eaa185d505a32e4c695;p=eliot.git diff --git a/blueprints/iotgateway/scripts/edgex/edgexonk8s.sh b/blueprints/iotgateway/scripts/edgex/edgexonk8s.sh index 22dd90c..efef947 100755 --- a/blueprints/iotgateway/scripts/edgex/edgexonk8s.sh +++ b/blueprints/iotgateway/scripts/edgex/edgexonk8s.sh @@ -11,6 +11,8 @@ # The script is to setup the Edgex Foundry application as POD in Kubernetes. # ####################################################################################### +echo "**********************************************************************" +echo "Edgex Platform Deployment--------------------------------------STARTED" echo "Deploying Edgex Platform on IOT-Gateway Edge Node" edgexPath=`pwd` @@ -35,7 +37,8 @@ kubectl expose deployment edgex-support-rulesengine --type=NodePort --name=rules kubectl expose deployment edgex-support-logging --type=NodePort --name=loggingnodeport kubectl get svc | grep NodePort - +echo "**********************************************************************" +echo "Edgex Platform Deployment--------------------------------------SUCCESS"