Release "onap-robot" does not exist. Installing it now. NAME: onap-robot LAST DEPLOYED: Fri Jan 21 00:35:03 2022 NAMESPACE: onap STATUS: deployed REVISION: 1 TEST SUITE: None NOTES: # Copyright © 2018 Amdocs, Bell Canada # # This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE # # Full license text at https://creativecommons.org/licenses/by/4.0/legalcode 1. Get the application URL by running these commands: export NODE_PORT=$(kubectl get --namespace onap -o jsonpath="{.spec.ports[0].nodePort}" services robot) export NODE_IP=$(kubectl get nodes --namespace onap -o jsonpath="{.items[0].status.addresses[0].address}") echo http://$NODE_IP:$NODE_PORT