lagoon-core-keycloak
keeps crashing with Helm/K8s installation
#10
Unanswered
yohanAnush
asked this question in
Q&A
Replies: 1 comment 3 replies
-
it looks like a password mismatch
If you check the following env vars in kubernetes: in lagoon-core-keycloak-db: MARIADB_PASSWORD They should both match (they come from the lagoon-core-keycloak secret DB_PASSWORD value. Likewise the lagoon-core-broker secret is what's used to connect the backup-handler. It seems like your secrets may be out of whack slightly? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I have been trying to get Lagoon working in an EKS cluster. I am using the
lagoon-core
chart from the official helm repository here. I have read and followed through below documentation.Essentially I have a working deployments of all storage provisioners recommended, Harbor, Postgres, Elasticsearch and Kibana. And when I deploy
lagoon-core
Helm chart, thelagoon-core-keycloak
deployment and thelagoon-core-backup-handler
deployment star crashing. The error logs are as follows..
.
.
Below is the list of all pods running as a part of the Lagoon stack.
Thank you for taking a look at, and any tip/suggestion is appreciated.
Regards,
Anushka.
Beta Was this translation helpful? Give feedback.
All reactions