You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Hi, all of the pods related to the openwhisk deployment seems to be working except the followings as their READY status is 0/1:
the pod
owdev-tests-package-checker
is generated after I ranhelm 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 :(
The text was updated successfully, but these errors were encountered: