You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »


#Enable Robot log access from browser

>sudo /opt/demo.sh init_robot

Access from browser http://{{robot_ip}}:88/logs/


On OOM, run:

root@oom-rancher:~# ./oom/kubernetes/robot/demo-k8s.sh onap init_robot

Then find the mapping port:

root@oom-rancher:~# kubectl -n onap get service |grep robot
robot NodePort 10.43.136.36 <none> 88:30209/TCP 7h

Now you can access from browser with ANY k8s cluster node IP plus the above mapping port 30209, like:

http://10.12.5.200:30209/

http://10.12.5.200:30209/logs/



  • No labels