This repository has been archived by the owner on Sep 14, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch examples from
kubernetes
to pykube-ng
The examples are used as the e2e test. With the warnings converted to errors, they fails quite often (randomly) due to SSL sockets not closed properly (ResourceWarnings), noticed within the executor's threads (which are used only for the sync-handlers). Switching to `pykube-ng` and closing the request's session explicitly (instead of on garbage collection) seems to fix it. So as not having the session0owning object module-scoped.
- Loading branch information
Showing
3 changed files
with
10 additions
and
16 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
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