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

Helm chart pods are failing at the starting itself #256

Open
Sajiyah-Salat opened this issue Oct 17, 2024 · 0 comments
Open

Helm chart pods are failing at the starting itself #256

Sajiyah-Salat opened this issue Oct 17, 2024 · 0 comments

Comments

@Sajiyah-Salat
Copy link

I am trying to deploy the GeoServer Helm chart on my on-premise Kubernetes cluster, which also has a PostgreSQL cluster with the PostGIS extension. However, after deployment, only two pods—RabbitMQ and PostgreSQL—are running successfully. Upon further analysis, I found that one of the pod images was outdated, so I updated the image tag, and that pod started working.

Despite this, the other pods are failing with a CrashLoopBackOff error. There are no errors in the logs, and I have also checked the events without finding any clues. Even if the database is not connected, the PostgreSQL pod is running, so the Helm chart should technically deploy successfully.

I thought the issue might be with my cluster, so I tested the deployment on a Kubernetes playground, but I encountered the same problem. Unfortunately, there is no proper documentation available for deploying the GeoServer Helm chart. While there is plenty of content for Docker Compose setups, it’s surprising that there aren’t any blogs or resources specifically for Helm chart deployments.

steps to reproduce:

helm repo add camptocamp https://camptocamp.github.io/helm-geoserver-cloud
helm repo update
kubectl create namespace geoserver
helm install geoserver camptocamp/geoserver-cloud --namespace geoserver

it would be great if I get any help from member, contribuor or maintainer. Any guide resources or ideas are welcome.

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