cilium-cli icon indicating copy to clipboard operation
cilium-cli copied to clipboard

Redundant gzip compression blob in sysdump

Open spotted-cat opened this issue 3 years ago • 0 comments

The blob of code here: https://github.com/cilium/cilium-cli/blob/1abe89f9b9e458870d608e7232199fe752de1596/sysdump/sysdump.go#L910-L915 is redundant as bugtool already provides .tar.gz compression by passing the --archiveType gz flag

spotted-cat avatar Jan 11 '22 10:01 spotted-cat