Added some lines for more readiblity of logs
[eliot.git] / blueprints / iotgateway / scripts / edgex / edgexonk8s.sh
index 2043b75..f7171e1 100755 (executable)
 #######################################################################################
 
 
-
+echo "Deploying Edgex Platform on IOT-Gateway Edge Node"
 git clone https://github.com/edgexfoundry-holding/edgex-kubernetes-support.git
 cd edgex-kubernetes-support/releases/edinburgh/kubernetes
 ls
 kubectl create -k .
+echo "-----------------------------------------------------------"
+echo "Edgex platform PODs"
 kubectl get pod
+echo "-----------------------------------------------------------"
+echo "-----------------------------------------------------------"
+echo "Edge platform Kubernetes Services"
 kubectl get svc
+echo "-----------------------------------------------------------"
 kubectl expose deployment edgex-core-consul --type=NodePort --name=consulnodeport
 kubectl expose deployment edgex-core-command --type=NodePort --name=commandnodeport
 kubectl expose deployment edgex-core-data --type=NodePort --name=datanodeport