Hey Everyone, Trying to bring up a small footprint of ONAP on Istanbul and SDNC is not coming up. It is indicating it cannot find the onap-sdnc-secret-0. Any help in identifying what I'm doing wrong would be greatly appreciated.
I have installed the cert-manager with the following command. kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.5.4/cert-manager.yaml I have also enabled the platform which I saw was required through another email: Platform: enabled:true One note. Even though I enable the platform I do not see any containers for platform spun up. The following is the state of onap-sdnc-0. onap-sdnc-0 0/2 Init:0/5 0 10m When I describe the pod it indicates it cannot find the onap-sdnc-secret-0 Warning FailedMount 86s kubelet Unable to attach or mount volumes: unmounted volumes=[certmanager-certs-volume-0], unattached volumes=[data-filebeat aaf-agent-certs sdnc-logging-cfg-config properties certmanager-certs-volume-0-dir onap-sdnc-data bin localtime filebeat-conf logs kube-api-access-dwzhc aaf-add-config config-input certmanager-certs-volume-0 onap-sdnc-aaf-config]: timed out waiting for the condition Warning FailedMount 25s (x15 over 14m) kubelet MountVolume.SetUp failed for volume "certmanager-certs-volume-0" : secret "onap-sdnc-secret-0" not found All the rest is up and running. I think the sdnc-web is waiting for sdnc to come up. $ kubectl get pods -n onap NAME READY STATUS RESTARTS AGE onap-aaf-cass-6ddc6fc95d-zck8w 1/1 Running 0 20m onap-aaf-cm-79b8d775b7-tbnjp 1/1 Running 0 20m onap-aaf-fs-9774dc589-bn8ss 1/1 Running 0 20m onap-aaf-gui-799b77cf49-jrwlt 1/1 Running 0 20m onap-aaf-locate-77757b5677-nwd74 1/1 Running 0 20m onap-aaf-oauth-85f8fb649f-8854j 1/1 Running 0 20m onap-aaf-service-6659cf754-rfxk7 1/1 Running 3 (16m ago) 20m onap-ejbca-565b98976-gxtfm 1/1 Running 0 20m onap-ejbca-config-config-job-74c2x 0/1 Completed 0 20m onap-mariadb-galera-0 2/2 Running 0 20m onap-sdnc-0 0/2 Init:0/5 0 10m onap-sdnc-dbinit-job-cnn2k 0/1 Completed 0 19m onap-sdnc-dgbuilder-7fdbfd867f-gtm9g 1/1 Running 0 19m onap-sdnc-sdnrdb-init-job-87xl2 0/1 Completed 0 19m onap-sdnc-web-fc67cbfd-k4qmd 0/1 Init:2/3 1 (3m33s ago) 19m onap-sdnrdb-coordinating-only-68f78f859b-mt8d7 2/2 Running 0 19m onap-sdnrdb-master-0 1/1 Running 0 19m Thanks, David T. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#24011): https://lists.onap.org/g/onap-discuss/message/24011 Mute This Topic: https://lists.onap.org/mt/90362395/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
