tweeks
08/06/2024, 8:18 PMgrpc_health_probe
timeout value? We hit an issue where we had some heavy load that got us into a restart loop due to the healthcheck timing out. We're increasing our base number of replicas too but thought it would be nice to make this a little longer to prevent it from restarting. We're using the spicedb-operator to deploy.
timeout: failed to connect service "localhost:50051" within 1s
Warning Unhealthy 55m (x6 over 12d) kubelet Readiness probe failed: command "grpc_health_probe -v -addr=localhost:50051" timed out
Warning Unhealthy 55m kubelet Readiness probe failed: parsed options:
tweeks
08/06/2024, 8:25 PMLiveness: exec [grpc_health_probe -v -addr=localhost:50051] delay=60s timeout=5s period=10s #success=1 #failure=5
Readiness: exec [grpc_health_probe -v -addr=localhost:50051] delay=0s timeout=5s period=10s #success=1 #failure=5
yetitwo
08/06/2024, 8:37 PMyetitwo
08/06/2024, 8:37 PMyetitwo
08/06/2024, 8:40 PMyetitwo
08/06/2024, 8:41 PMyetitwo
08/06/2024, 8:41 PMyetitwo
08/06/2024, 8:53 PMgrpc_health_probe
commandyetitwo
08/06/2024, 8:54 PMtweeks
08/06/2024, 8:58 PMyetitwo
08/06/2024, 9:11 PMtweeks
08/06/2024, 9:39 PMyetitwo
08/06/2024, 9:39 PM