-
Notifications
You must be signed in to change notification settings - Fork 829
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure vendored version of wait.go has memleak fix
I found that it was not impossible to trample the fix for the k8s.io/apimachinery/pkg/utils/wait/wait.go memory leak. Extracting the module out to a vendor_fixed directly and then replacing the downloaded module with ours in go.mod should ensure it never gets overwritten until the fix is available from kubernetes itself. Add vendor_fix directory and new vendored files. Ensure vendored version of wait.go has memleak fix I found that it was not impossible to trample the fix for the k8s.io/apimachinery/pkg/utils/wait/wait.go memory leak. Extracting the module out to a vendor_fixed directly and then replacing the downloaded module with ours in go.mod should ensure it never gets overwritten until the fix is available from kubernetes itself. Add vendor_fix directory and new vendored files.
- Loading branch information
1 parent
97c3f71
commit 6eb3cff
Showing
346 changed files
with
75,802 additions
and
9,666 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 was deleted.
Oops, something went wrong.
Oops, something went wrong.