Hi Team, I am using latest charts of SDNC from master branch. The deployment seems to fail with the following error: $kubectl describe pod -n onap dev-sdnc-0 Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal Scheduled 2m22s default-scheduler Successfully assigned onap/dev-sdnc-0 to worker-ns-07 Warning FailedMount 20s kubelet Unable to attach or mount volumes: unmounted volumes=[certmanager-certs-volume-0], unattached volumes=[properties aaf-add-config dev-sdnc-aaf-config data-filebeat bin filebeat-conf sdnc-logging-cfg-config logs certmanager-certs-volume-0 dev-sdnc-data certmanager-certs-volume-0-dir config-input default-token-pgdnp aaf-agent-certs localtime]: timed out waiting for the condition Warning FailedMount 4s (x9 over 2m12s) kubelet MountVolume.SetUp *failed for volume "certmanager-certs-volume-0" : secret* " *dev-sdnc-secret-0* " *not found*
I have deployed cert-manger using the following command(version was mentioned in https://docs.onap.org/projects/onap-oom/en/latest/oom_cloud_setup_guide.html#oom-cloud-setup-guide ): $kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.2.0/cert-manager.crds.yaml The certificate was created but the secret named *dev-sdnc-secret-0* (mentioned in the error) wasn't. $kubectl get certificate --all-namespaces NAMESPACE NAME READY SECRET AGE onap dev-sdnc-cert-0 dev-sdnc-cert-0 79s Let me know if I had missed anything while setting up cert-manger. It would be great if there is a workaround/fix for this. Regards, Niranjana -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#23452): https://lists.onap.org/g/onap-discuss/message/23452 Mute This Topic: https://lists.onap.org/mt/84660097/21656 Mute #sdnc:https://lists.onap.org/g/onap-discuss/mutehashtag/sdnc Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
