-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Ensure that the container info of each process is up to date
Before this change, we were storing a map of namespaces and corresponding container info, but that didn't work - namespaces used by one container might be reused by a next container later. This change drops that solution and fetches the container info always.
- Loading branch information
1 parent
a1822d6
commit c2fc521
Showing
1 changed file
with
29 additions
and
19 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