frappe / helm

Helm Chart Repository for Frappe/ERPNext
https://helm.erpnext.com
MIT License
132 stars 114 forks source link

Error: getaddrinfo ENOTFOUND frappe-redis-socketio-master #198

Closed khaledtahaQ closed 5 months ago

khaledtahaQ commented 8 months ago

i installed frappe-erpnext on my cluster using helm chart, everything works fine except socket.io, I'm getting this exception.. image

revant commented 8 months ago

frappe-redis-socketio-master service must be up and running. Check if the redis pods are running?

khaledtahaQ commented 8 months ago

@revant the idea that there is no svc with name frappe-redis-socketio-master, all pods are running image svc : image

revant commented 8 months ago

Set redis_socketio to point to redis-queue. There is no more separate redis for socketio

khaledtahaQ commented 8 months ago

@revant how i can do that using helm ?

revant commented 8 months ago

pull latest helm chart and run configure bench job

khaledtahaQ commented 8 months ago

@revant i did it many times but nothing changed

revant commented 8 months ago

Then you need to manually edit the common_site_config.json and remove socketio_redis

Or set it to point to redis queue master

khaledtahaQ commented 7 months ago

@revant it's empty. is there another method?

revant commented 7 months ago

@revant it's empty. is there another method?

common_site_config.json should have appropriate values after conf-bench job completes. Check pod log for conf-bench pod.

github-actions[bot] commented 5 months ago

This issue has been automatically marked as stale. You have a week to explain why you believe this is an error.