Suraez opened a new issue, #787: URL: https://github.com/apache/openwhisk-deploy-kube/issues/787
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 :( -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
