X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric_robot_suite%2Fhelm%2Fric-robot%2Fdemo-k8s.sh;fp=ric_robot_suite%2Fhelm%2Fric-robot%2Fdemo-k8s.sh;h=38c0db1419ccc5b7619a0a1658d50c3d99f3b3cb;hb=abf59d601e8f49d9f3fee915ee167854e5f90098;hp=67a41c329286415af7632fcbe796aba5ea260491;hpb=e3a2b6fed94e2caab5f9f2424beace6e4cea0013;p=it%2Ftest.git diff --git a/ric_robot_suite/helm/ric-robot/demo-k8s.sh b/ric_robot_suite/helm/ric-robot/demo-k8s.sh index 67a41c3..38c0db1 100755 --- a/ric_robot_suite/helm/ric-robot/demo-k8s.sh +++ b/ric_robot_suite/helm/ric-robot/demo-k8s.sh @@ -39,7 +39,7 @@ if [ $# -lt 2 ];then fi NAMESPACE=$1 -POD=$(kubectl --namespace $NAMESPACE get pods | sed 's/ .*//'| grep robot) +POD=$(kubectl --namespace $NAMESPACE get pods -l robotImplementation=ric-robot --no-headers=true | sed 's/ .*//') shift