Release "onap-multicloud" does not exist. Installing it now. NAME: onap-multicloud LAST DEPLOYED: Thu Apr 15 02:03:14 2021 NAMESPACE: onap STATUS: DEPLOYED RESOURCES: ==> v1/ConfigMap NAME DATA AGE multicloud-filebeat-configmap 1 0s onap-multicloud-azure-log-configmap 1 0s onap-multicloud-fcaps-log-configmap 1 0s onap-multicloud-k8s 2 0s onap-multicloud-log-configmap 1 0s onap-multicloud-pike-log-configmap 1 0s onap-multicloud-provider-plugin-configmap 1 0s onap-multicloud-starlingx-log-configmap 2 0s onap-multicloud-vio-log-configmap 1 0s onap-multicloud-windriver-log-configmap 2 0s ==> v1/Deployment NAME READY UP-TO-DATE AVAILABLE AGE onap-multicloud 0/1 1 0 0s onap-multicloud-azure 0/1 1 0 0s onap-multicloud-fcaps 0/1 0 0 0s onap-multicloud-k8s 0/1 1 0 0s onap-multicloud-pike 0/1 1 0 0s onap-multicloud-starlingx 0/1 0 0 0s onap-multicloud-vio 0/1 1 0 0s onap-multicloud-windriver 0/1 0 0 0s ==> v1/PersistentVolume NAME CAPACITY ACCESS MODES RECLAIM POLICY STATUS CLAIM STORAGECLASS REASON AGE onap-multicloud-k8s-etcd-data-0 1Gi RWO Retain Bound onap/onap-multicloud-k8s-etcd-data-onap-multicloud-k8s-etcd-0 onap-multicloud-k8s-etcd-data 0s onap-multicloud-k8s-mongo-data-0 1Gi RWO Retain Bound onap/onap-multicloud-k8s-mongo-data-onap-multicloud-k8s-mongo-0 onap-multicloud-k8s-mongo-data 0s onap-multicloud-windriver 5Gi RWO Retain Available onap-multicloud-windriver-data 0s ==> v1/PersistentVolumeClaim NAME STATUS VOLUME CAPACITY ACCESS MODES STORAGECLASS AGE onap-multicloud-windriver Pending onap-multicloud-windriver-data 0s ==> v1/Pod(related) NAME READY STATUS RESTARTS AGE onap-multicloud-74864dc965-629rt 0/2 ContainerCreating 0 1s onap-multicloud-azure-6487d4b655-z2rph 0/2 ContainerCreating 0 1s onap-multicloud-fcaps-56b7f7b75f-7fq6l 0/3 ContainerCreating 0 1s onap-multicloud-k8s-9bc4696f7-xmdkf 0/2 ContainerCreating 0 1s onap-multicloud-k8s-etcd-0 0/1 ContainerCreating 0 1s onap-multicloud-k8s-mongo-0 0/1 Pending 0 1s onap-multicloud-pike-6ddd47bbfd-6xd8d 0/2 ContainerCreating 0 1s onap-multicloud-starlingx-5687d7b865-bb5s2 0/3 Pending 0 1s onap-multicloud-vio-5bc8bd5559-kkkp8 0/2 ContainerCreating 0 1s onap-multicloud-windriver-7487f6d49f-jd76n 0/3 Pending 0 1s ==> v1/Service NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE multicloud-azure ClusterIP 10.233.50.201 9008/TCP 0s multicloud-fcaps ClusterIP 10.233.54.10 9011/TCP 0s multicloud-framework ClusterIP 10.233.30.18 9001/TCP 0s multicloud-k8s ClusterIP 10.233.54.221 9015/TCP 0s multicloud-k8s-etcd ClusterIP None 2380/TCP,2379/TCP 0s multicloud-k8s-mongo ClusterIP None 27017/TCP 0s multicloud-k8s-mongo-read ClusterIP 10.233.27.100 27017/TCP 0s multicloud-pike ClusterIP 10.233.30.0 9007/TCP 0s multicloud-starlingx ClusterIP 10.233.20.199 9009/TCP 0s multicloud-titaniumcloud ClusterIP 10.233.61.209 9005/TCP 0s multicloud-vio ClusterIP 10.233.56.178 9004/TCP 0s ==> v1/StatefulSet NAME READY AGE onap-multicloud-k8s-etcd 0/1 0s onap-multicloud-k8s-mongo 0/1 0s NOTES: # Copyright © 2018 Amdocs, AT&T, 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 POD_NAME=$(kubectl get pods --namespace onap -l "app=multicloud,release=onap-multicloud" -o jsonpath="{.items[0].metadata.name}") echo "Visit http://127.0.0.1:8080 to use your application" kubectl port-forward $POD_NAME 8080:9001