Release "onap-vnfsdk" does not exist. Installing it now. NAME: onap-vnfsdk LAST DEPLOYED: Thu Apr 15 02:29:47 2021 NAMESPACE: onap STATUS: DEPLOYED RESOURCES: ==> v1/ConfigMap NAME DATA AGE onap-vnfsdk 2 1s onap-vnfsdk-postgres 2 1s ==> v1/Deployment NAME READY UP-TO-DATE AVAILABLE AGE onap-vnfsdk 0/1 1 0 1s onap-vnfsdk-postgres-primary 0/1 1 0 1s onap-vnfsdk-postgres-replica 0/1 1 0 1s ==> v1/Job NAME COMPLETIONS DURATION AGE onap-vnfsdk-init-postgres 0/1 1s 1s ==> v1/PersistentVolume NAME CAPACITY ACCESS MODES RECLAIM POLICY STATUS CLAIM STORAGECLASS REASON AGE onap-vnfsdk-postgres-primary 1Gi RWO Retain Available onap-vnfsdk-postgres-primary 1s onap-vnfsdk-postgres-replica 1Gi RWO Retain Bound onap/onap-vnfsdk-postgres-replica onap-vnfsdk-postgres-replica 1s ==> v1/PersistentVolumeClaim NAME STATUS VOLUME CAPACITY ACCESS MODES STORAGECLASS AGE onap-vnfsdk-postgres-primary Pending onap-vnfsdk-postgres-primary 1s onap-vnfsdk-postgres-replica Bound onap-vnfsdk-postgres-replica 1Gi RWO onap-vnfsdk-postgres-replica 1s ==> v1/Pod(related) NAME READY STATUS RESTARTS AGE onap-vnfsdk-5d48d698c7-87q8z 0/1 Pending 0 1s onap-vnfsdk-init-postgres-cr5hq 0/1 Pending 0 1s onap-vnfsdk-postgres-primary-866c587967-ljx5g 0/1 Pending 0 1s onap-vnfsdk-postgres-replica-6898cdff7f-dj58v 0/1 Pending 0 1s ==> v1/Secret NAME TYPE DATA AGE onap-vnfsdk-pg-root-pass Opaque 1 1s onap-vnfsdk-pg-user-creds Opaque 2 1s onap-vnfsdk-postgres-primary-password Opaque 1 1s ==> v1/Service NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE refrepo NodePort 10.233.39.0 8703:30297/TCP 1s vnfsdk-dbpri ClusterIP 10.233.40.113 5432/TCP 1s vnfsdk-dbrep ClusterIP 10.233.57.248 5432/TCP 1s vnfsdk-dbset ClusterIP 10.233.52.137 5432/TCP 1s NOTES: # Copyright © 2018 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 onap-vnfsdk) export NODE_IP=$(kubectl get nodes --namespace onap -o jsonpath="{.items[0].status.addresses[0].address}") echo http://$NODE_IP:$NODE_PORT