Ganesh: You also need this enabled in your override file:
platform: enabled:true That’s needed for the cert manager, which generates certificates on startup. From the errors you posted, I think that’s the reason it’s stuck – it’s waiting for the cert manager to come up , which only comes up if ‘platform’ is enabled. Dan -- Dan Timoney [email protected] Lead Member of Tech Staff ONAP Project Technical Lead : CCSDK and SDNC projects From: onap-discuss <[email protected]> on behalf of "Ganesh Kamlakar Mane via lists.onap.org" <[email protected]> Reply-To: onap-discuss <[email protected]>, "[email protected]" <[email protected]> Date: Wednesday, February 9, 2022 at 4:55 AM To: onap-discuss <[email protected]> Subject: [onap-discuss] ONAP(Istanbul ) SDNC pod('onap-sdnc-0') is in Init Status #oom #Istanbul #SDNC Dear Community Members, We have deployed ONAP(Istanbul version) with minimum components required for 'Network Slicing Use case' in a single node(Single AWS VM with 64 CPU, 128 RAM and 400 disk). We used following file to deploy ONAP. https://github.com/onap/oom/blob/istanbul/kubernetes/onap/resources/overrides/onap-5g-network-slicing.yaml<https://urldefense.com/v3/__https:/github.com/onap/oom/blob/istanbul/kubernetes/onap/resources/overrides/onap-5g-network-slicing.yaml__;!!BhdT!yy7BfT9nIgQbuf2CouTJQMOInJxIeVA-OG0m1QBqXRwF3QlhKllEZajqf6yr$> and Enabled following components in above file. cps: enabled: true sniro-emulator: enabled: true sdnc: enabled: true replicaCount: 1 mysql: replicaCount: 1 After deploy ONAP, 'onap-sdnc-0' stuck into 'Init:0/5' status. After describe pod, we got following output. kubectl describe pods onap-sdnc-0 -n onap Events: Type Reason Age From Message ---- ------ ---- ---- ------- Warning FailedScheduling 30m (x7 over 32m) default-scheduler 0/1 nodes are available: 1 Insufficient memory. Normal Scheduled 29m default-scheduler Successfully assigned onap/onap-sdnc-0 to ip-172-31-11-32 Warning FailedMount 27m kubelet Unable to attach or mount volumes: unmounted volumes=[certmanager-certs-volume-0], unattached volumes=[aaf-agent-certs certmanager-certs-volume-0-dir logs data-filebeat config-input onap-sdnc-aaf-config localtime certmanager-certs-volume-0 bin aaf-add-config onap-sdnc-read-token-rrk7r sdnc-logging-cfg-config properties onap-sdnc-data filebeat-conf]: timed out waiting for the condition . . Warning FailedMount 7m13s (x2 over 9m29s) kubelet (combined from similar events): Unable to attach or mount volumes: unmounted volumes=[certmanager-certs-volume-0], unattached volumes=[aaf-add-config filebeat-conf logs onap-sdnc-read-token-rrk7r properties localtime onap-sdnc-data certmanager-certs-volume-0 certmanager-certs-volume-0-dir bin config-input aaf-agent-certs data-filebeat onap-sdnc-aaf-config sdnc-logging-cfg-config]: timed out waiting for the condition Warning FailedMount 3m7s (x21 over 29m) kubelet MountVolume.SetUp failed for volume "certmanager-certs-volume-0" : secret "onap-sdnc-secret-0" not found Enough memory is available in a single node. So there is no memory issue. We are not getting how to solve below error. failed for volume "certmanager-certs-volume-0" : secret "onap-sdnc-secret-0" not found Could you please help us to sort out this issue? Regards Ganesh Mane -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#23800): https://lists.onap.org/g/onap-discuss/message/23800 Mute This Topic: https://lists.onap.org/mt/89018472/21656 Mute #oom:https://lists.onap.org/g/onap-discuss/mutehashtag/oom Mute #sdnc:https://lists.onap.org/g/onap-discuss/mutehashtag/sdnc Mute #istanbul:https://lists.onap.org/g/onap-discuss/mutehashtag/istanbul Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
