Hi team, I recently updated our acryl-datahub-acti...
# troubleshoot
l
Hi team, I recently updated our acryl-datahub-actions service to use newer version of image and started facing “CrashLoopBackOff” error. Here are the images with versions used in values.yaml Following is the error message from pod log
2022/08/01 222256 Waiting for: http//health
2032/99022, 32-32 38, 28135 P, dotan'tiP;"éfeal"bet"hittp://eath":nttpinoHost in request UfL. Steeping 15
Values.yaml
tag: "V0.8.40"
datahub-gms:
image:
repository: $(cg_image_repo}/linkedin/datahub-gms
datahub-frontend:
image:
repository: ${cg_image_repo}/linkedin/datahub-frontend-react
acryl-datahub-actions:
image:
repository: $(cg_image_repo}/acryldata/datahub-actions
datahub-mae-consumer:
image:
repository: ${cg_image_repo}/linkedin/datahub-mae-consumer
datahub-mce-consumer:
image:
repository: ${cg_image_repo}/Linkedin/datahub-mce-consumer
datahub-ingestion-cron:
image:
repository: $(ecr_image_repo}/acryldata/datahub-ingestion:v0.8.40
#customized by adding additional drivers
elasticsearchSetupJob:
image:
repository: $(cg_image_repo}/Linkedin/datahub-elasticsearch-setup
kafkaSetupJob:
image:
repository: ${cg_image_repo}/Linkedin/datahub-kafka-setup
mysqlSetupJob:
image:
repository: $(cg_image_repo}/acryldata/datahub-mysql-setup
postgresqlSetupJob:
image:
repository: $(cg_image_repo}/acryldata/datahub-postgres-setup
datahubUpgrade:
image:
repository: ${cg_image_repo}/acryldata/datahub-upgrade
Appreciate any help.
I see following env variables passed on in the pod
GMS_HOST: catalog-datahub-gms
GMS_PORT: 8080
Here is how my deployment.yaml looks like
env:
• name: DATAHUB_GMS_HOST
value: (( printf "SS-ss" •Release.Name "datahub-gms" ))
• name: DATAHUB_GMS_PORT
value: "(f • Values.global.datahub. gms.port }) "
# Deprecated in favour of DATAHUB_* variables
• name: GMS_HOST
value: ff printf
"AS-$s" .Release.Name "datahub-gms" })
• name: GMS_ PORT
value: "({.Values.global.datahub.gms.port }]"
f
Could you get the container log in
datahub-acryl-datahub-actions
?
Copy code
kubectl logs << pod_name >> -c acryl-datahub-actions
l
Here is the log message
2022/08/01 222256 Waiting for:
http//health
2032/99022, 32-32 38, 28135 P,
dotan'tiP:"éfeal"bet"hittp://
eath":nttpinoHost in request UfL.
Steeping 15
l
Hi @little-breakfast-38102! Gentle reminder to follow our Slack Guidelines & to please post large blocks of code in threads - it’s a HUGE help for us to keep track of open questions across our support channels!
i
Could you please do a kubectl describe of the failing pod and post the output here?
l
@incalculable-ocean-74010 this issue resolved after manually deleting replicas which persisted old variables. Thanks!