Datahub version : 0.10.5
Deployment to : Kubernetes
Hello everyone ! I hope you are having a great day ^^.
I have a bit of trouble to deploy a version of Datahub on Kubernetes using the helm charts with custom GMS and Frontend images.
I am familiar with the process of replacing the images of the GMS and FrontEnd using the values.yaml of the Datahub’s helm chart.
And I also uncommented the part needed to have the schema registry up as it seems to not work without it.
But a have some issues with the GMS, there are a lot of very strange errors that I do not comprehend .
(I already search to see if someone had the same issue before me on this Slack community but I did not find anything.)
Attached to this message
• the 2 logs files of the GMS and the upgrade-job (both are failing, but I think the upgrade-job fail because of the GMS failing)
• the 2 values.yaml that I use as well (“values-pre.yaml” if for the prerequisites chart and the “values.yaml” if for Datahub’s chart).
Ps : Everything work when I deploy using docker with the dev docker-compose file according to the documentation, but not on Kubernetes…
Ps 2 : I used to deploy a previous version the 0.8.45 on Kubernetes and everything worked fine, but I am trying to use (a clean/empty instance of) the 0.10.5 right now.