Update installation files
[nonrtric.git] / service-exposure / undeploy_rapp.sh
old mode 100644 (file)
new mode 100755 (executable)
index 5e37e17..4a75d34
@@ -18,7 +18,7 @@
 # SPDX-License-Identifier: Apache-2.0
 # ============LICENSE_END=========================================================
 #
-export host=$(minikube ip)
+export host=$(kubectl get nodes -o wide | tail -1 | sed s'/  */ /'g | cut -f6 -d' ')
 
 if [ -z "$1" ]
   then