Release "onap-vnfsdk" does not exist. Installing it now. NAME: onap-vnfsdk LAST DEPLOYED: Thu Apr 22 02:09:56 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 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 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 Bound onap-vnfsdk-postgres-primary 1Gi RWO 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-854md 0/1 Init:0/2 0 0s onap-vnfsdk-init-postgres-ntxtn 0/1 Init:0/1 0 0s onap-vnfsdk-postgres-primary-866c587967-xlpdc 0/1 Pending 0 0s onap-vnfsdk-postgres-replica-6898cdff7f-tfbsg 0/1 Init:0/2 0 0s ==> 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.2.189 8703:30297/TCP 1s vnfsdk-dbpri ClusterIP 10.233.33.151 5432/TCP 1s vnfsdk-dbrep ClusterIP 10.233.56.2 5432/TCP 1s vnfsdk-dbset ClusterIP 10.233.11.44 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