Update installation files
[nonrtric.git] / service-exposure / stop_pods.sh
old mode 100644 (file)
new mode 100755 (executable)
index fa67b13..1bc83f6
@@ -19,7 +19,7 @@
 # ============LICENSE_END=========================================================
 #
 
-export host=$(minikube ip)
+export host=$(kubectl get nodes -o wide | tail -1 | sed s'/  */ /'g | cut -f6 -d' ')
 
 echo "Undeploying applications..."
 echo "---------------------------"