-
Notifications
You must be signed in to change notification settings - Fork 549
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: avoid recreating grpc clients in service health checks
Creating a new GRPC client for containerd and CRI every time we do a health check creates a lot of garbage. With this PR, we create them once and reuse them instead. Signed-off-by: Utku Ozdemir <[email protected]>
- Loading branch information
1 parent
a68a00f
commit 57b625e
Showing
2 changed files
with
50 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters