X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=service-exposure%2Fdeploy_rapp.sh;h=4d04f6f0c25df822c4f248f9fd6148bcb3ad932b;hb=ab476772c1e9c5affc54dd965bec715e13959a8c;hp=4d77350c9f6b26a17b10ef0d37a7fa89e3080b11;hpb=2513eea5c9c4a1685ab6cbf0c2727d21399de5c7;p=nonrtric.git diff --git a/service-exposure/deploy_rapp.sh b/service-exposure/deploy_rapp.sh old mode 100644 new mode 100755 index 4d77350c..4d04f6f0 --- a/service-exposure/deploy_rapp.sh +++ b/service-exposure/deploy_rapp.sh @@ -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