Release "onap-vnfsdk" does not exist. Installing it now. NAME: onap-vnfsdk LAST DEPLOYED: Mon May 31 02:28:31 2021 NAMESPACE: onap STATUS: DEPLOYED RESOURCES: ==> v1/ConfigMap NAME DATA AGE onap-vnfsdk 2 0s onap-vnfsdk-postgres 2 0s ==> v1/Deployment NAME READY UP-TO-DATE AVAILABLE AGE onap-vnfsdk 0/1 1 0 0s onap-vnfsdk-postgres-primary 0/1 1 0 0s onap-vnfsdk-postgres-replica 0/1 1 0 0s ==> v1/Job NAME COMPLETIONS DURATION AGE onap-vnfsdk-init-postgres 0/1 0s 0s ==> v1/PersistentVolume NAME CAPACITY ACCESS MODES RECLAIM POLICY STATUS CLAIM STORAGECLASS REASON AGE onap-vnfsdk-postgres-primary 1Gi RWO Retain Bound onap/onap-vnfsdk-postgres-primary onap-vnfsdk-postgres-primary 0s onap-vnfsdk-postgres-replica 1Gi RWO Retain Bound onap/onap-vnfsdk-postgres-replica onap-vnfsdk-postgres-replica 0s ==> v1/PersistentVolumeClaim NAME STATUS VOLUME CAPACITY ACCESS MODES STORAGECLASS AGE onap-vnfsdk-postgres-primary Bound onap-vnfsdk-postgres-primary 1Gi RWO onap-vnfsdk-postgres-primary 0s onap-vnfsdk-postgres-replica Bound onap-vnfsdk-postgres-replica 1Gi RWO onap-vnfsdk-postgres-replica 0s ==> v1/Pod(related) NAME READY STATUS RESTARTS AGE onap-vnfsdk-5d48d698c7-n4p6c 0/1 Init:0/2 0 1s onap-vnfsdk-init-postgres-g4mkq 0/1 Init:0/1 0 1s onap-vnfsdk-postgres-primary-866c587967-csskc 0/1 Init:0/2 0 1s onap-vnfsdk-postgres-replica-6898cdff7f-hqw5m 0/1 Init:0/2 0 1s ==> v1/Secret NAME TYPE DATA AGE onap-vnfsdk-pg-root-pass Opaque 1 0s onap-vnfsdk-pg-user-creds Opaque 2 0s onap-vnfsdk-postgres-primary-password Opaque 1 0s ==> v1/Service NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE refrepo NodePort 10.233.34.243 8703:30297/TCP 0s vnfsdk-dbpri ClusterIP 10.233.30.152 5432/TCP 0s vnfsdk-dbrep ClusterIP 10.233.59.76 5432/TCP 0s vnfsdk-dbset ClusterIP 10.233.16.20 5432/TCP 0s 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