Release "onap-vid" does not exist. Installing it now. NAME: onap-vid LAST DEPLOYED: Thu Apr 15 02:29:45 2021 NAMESPACE: onap STATUS: DEPLOYED RESOURCES: ==> v1/ConfigMap NAME DATA AGE onap-vid 2 1s onap-vid-filebeat-configmap 1 1s onap-vid-galera 1 1s onap-vid-galera-external-config 1 1s onap-vid-log-configmap 1 1s ==> v1/Deployment NAME READY UP-TO-DATE AVAILABLE AGE onap-vid 0/1 1 0 1s ==> v1/Job NAME COMPLETIONS DURATION AGE onap-vid-galera-config 0/1 1s 1s ==> v1/PersistentVolume NAME CAPACITY ACCESS MODES RECLAIM POLICY STATUS CLAIM STORAGECLASS REASON AGE onap-vid-galera-data-0 2Gi RWO Retain Bound onap/onap-vid-galera-data-onap-vid-galera-0 onap-vid-galera-data 1s onap-vid-galera-data-1 2Gi RWO Retain Available onap-vid-galera-data 1s onap-vid-galera-data-2 2Gi RWO Retain Available onap-vid-galera-data 1s ==> v1/Pod(related) NAME READY STATUS RESTARTS AGE onap-vid-996c8f5c-z9cck 0/2 Pending 0 1s onap-vid-galera-0 0/1 Init:0/1 0 1s onap-vid-galera-config-mmfsd 0/1 Pending 0 1s ==> v1/Secret NAME TYPE DATA AGE onap-vid-certs Opaque 2 1s onap-vid-db-user-secret Opaque 2 1s onap-vid-galera-db-root-password Opaque 1 1s ==> v1/Service NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE vid NodePort 10.233.44.253 8443:30200/TCP 1s vid-galera ClusterIP None 3306/TCP 1s vid-http ClusterIP 10.233.47.118 8080/TCP 1s ==> v1/StatefulSet NAME READY AGE onap-vid-galera 0/3 1s NOTES: # Copyright © 2017 Amdocs, Bell Canada # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. 1. Get the application URL by running these commands: export NODE_PORT=$(kubectl get --namespace onap -o jsonpath="{.spec.ports[0].nodePort}" services vid) export NODE_IP=$(kubectl get nodes --namespace onap -o jsonpath="{.items[0].status.addresses[0].address}") echo http://$NODE_IP:$NODE_PORT