Release "onap-robot" does not exist. Installing it now. NAME: onap-robot LAST DEPLOYED: Thu Apr 15 02:06:21 2021 NAMESPACE: onap STATUS: DEPLOYED RESOURCES: ==> v1/ConfigMap NAME DATA AGE onap-robot-eteshare-configmap 1 0s onap-robot-lighttpd-configmap 2 0s onap-robot-lighttpd-ssl-configmap 5 0s ==> v1/Deployment NAME READY UP-TO-DATE AVAILABLE AGE onap-robot 0/1 1 0 0s ==> v1/PersistentVolume NAME CAPACITY ACCESS MODES RECLAIM POLICY STATUS CLAIM STORAGECLASS REASON AGE onap-robot 2Gi RWO Retain Bound onap/onap-robot onap-robot-data 0s ==> v1/PersistentVolumeClaim NAME STATUS VOLUME CAPACITY ACCESS MODES STORAGECLASS AGE onap-robot Bound onap-robot 2Gi RWO onap-robot-data 0s ==> v1/Pod(related) NAME READY STATUS RESTARTS AGE onap-robot-b755ffd44-mmmh7 0/1 Pending 0 0s ==> v1/Service NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE robot NodePort 10.233.16.248 443:30209/TCP 0s 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