Skip to content

Commit

Permalink
Extra logging for leases
Browse files Browse the repository at this point in the history
  • Loading branch information
skonto committed Jun 4, 2024
1 parent fce44ea commit 68feaae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/ha/ha.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ func GetLeaders(ctx context.Context, t *testing.T, client kubernetes.Interface,
if extractDeployment(pod) != deploymentName {
continue
}
t.Logf("GetLeaders[%s] adding lease %s for pod %s", deploymentName, lease.Name, pod)
ret = append(ret, pod)
}
return ret, nil
Expand Down

0 comments on commit 68feaae

Please sign in to comment.