Skip to content

Commit d08d352

Browse files
yangligt2liu-cong
andauthored
Apply suggestion from @liu-cong
Co-authored-by: Cong Liu <[email protected]>
1 parent 3637bb2 commit d08d352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/epp/runner/health.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func (s *healthServer) Check(ctx context.Context, in *healthPb.HealthCheckReques
6666
checkName = "readiness"
6767
isPassing = isLive && s.isLeader.Load()
6868
case "": // Handle overall server health for load balancers that use an empty service name.
69-
checkName = "overall(empty string)"
69+
checkName = "empty service name (considered as overall health)"
7070
// The overall health for a load balancer should reflect readiness to accept traffic,
7171
// which is true only for the leader pod that has synced its data.
7272
isPassing = isLive && s.isLeader.Load()

0 commit comments

Comments
 (0)