Description
Hi, all of the pods related to the openwhisk deployment seems to be working except the followings as their READY status is 0/1:
1. owdev-gen-certs-mcjbh
2. owdev-init-couchdb-jj2zm
3. owdev-install-packages-4mhfv
the pod owdev-tests-package-checker
is generated after I ran helm test owdev -n openwhisk
so that's not the problem.
the logs of the above listed containers are:
owdev-gen-certs-mcjbh
owdev-init-couchdb-jj2zm
owdev-install-packages-4mhfv
Now, from the above pods, the pod related to generating SSL certificate i.e. owdev-gen-certs-mcjbh
is having error while generating random number generator, but then again it says "Signature Ok" and "secret/owdev-nginx created" so i think this pod is fine. In case of pod related to installing packages i.e. owdev-install-packages-4mhfv , i don't know what's going on in there whereas couchDB pod i.e. owdev-init-couchdb-jj2zm has been initialized successfully. However, all of these pods have 0/1 in READY column. I do not really understand, why? if somebody could help me get these pods in ready state with 1/1 in READY column so that I can deploy and invoke functions, that would be very helpful. Thank you.
Dependencies:
Go version: 1.23.0
Docker version: 26.1.4
kubectl version: 1.30.1
helm version: 3.15.4
PS: I tried restarting these pods by deleting them. But no luck :(