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

Waiting for dependencies until eternity #11

Open
orhun opened this issue Aug 12, 2024 · 3 comments
Open

Waiting for dependencies until eternity #11

orhun opened this issue Aug 12, 2024 · 3 comments

Comments

@orhun
Copy link
Contributor

orhun commented Aug 12, 2024

Hey, I followed the instructions in this repo to deploy Anteon as a helm chart. However, as you can see from the screenshot below, most of the pods are stuck in Init:0/1 status and the logs just say [check-dependencies] waiting for dependencies.

image

I waited for some time to see if they are going to run but no luck.

I can access the frontend but it is stuck on this page:

image

Is there a way of figuring out which pod is it waiting? How can I debug this?

@orhun
Copy link
Contributor Author

orhun commented Aug 12, 2024

Just realized Nginx deployment has the following logs:

image

@fatihbaltaci
Copy link
Member

Hi @orhun, which StorageClass do you use in your Kubernetes cluster? It looks like PersistentVolumes are stuck in a Pending state.

kubectl get storageclass

@orhun
Copy link
Contributor Author

orhun commented Aug 12, 2024

Good catch! I didn't realize I had no storages set up for microk8s so I followed this guide to enable it. Now everything works fine:

image

We should probably mention that a storageclass is required in order for Anteon to run.

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

2 participants