-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Compress cilium-bugtool tar file before copy to local system
This commit is to add gzip compression for cilium-bugtool to reduce size of transferred file. In local cluster, the size is reduced significantly (e.g. from 21 MB to ~3MB). Once copied to local system, this file is extracted again so that there is no change in existing behavior. ``` root@kind-control-plane:/tmp# ls -lrth cilium-bugtool-20211224-072* -rw-r--r-- 1 root root 21M Dec 24 07:20 cilium-bugtool-20211224-072047.092+0000-UTC-1266452003.tar -rw-r--r-- 1 root root 3.1M Dec 24 07:21 cilium-bugtool-20211224-072122.815+0000-UTC-2647778632.tar.gz ``` Relates to #616 (comment) Signed-off-by: Tam Mach <[email protected]>
- Loading branch information
Showing
2 changed files
with
18 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