Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Defaulted container "install-packages" out of: install-packages, wait-for-healthy-invoker (init) #787

Open
Suraez opened this issue Aug 28, 2024 · 0 comments

Comments

@Suraez
Copy link

Suraez commented Aug 28, 2024

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  

image

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

image

owdev-init-couchdb-jj2zm

image

owdev-install-packages-4mhfv

image

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 :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant