You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But consul-esm doesn't even try to run the health check:
Jan 10 14:18:43 hostX consul-esm.service[8460]: 2022-01-10T14:18:43.064-0500 [WARN] project/check.go:244: consul-esm: check is not a valid HTTP or TCP check: checkHash=external-node/test-grpc/test-grpc
Hi team!
I am using consul-esm to run health-checks for externals services running in kubernetes. It's working great for http services.
But I can't make it works with GRPC checks:
Service + health-check registration:
The service + health check is created:
But consul-esm doesn't even try to run the health check:
I know the service is running, I can test it using https://github.com/grpc-ecosystem/grpc-health-probe:
Any idea how to fix this the health-check ?
The text was updated successfully, but these errors were encountered: