cli icon indicating copy to clipboard operation
cli copied to clipboard

Reduce the size of the binary

Open vdemeester opened this issue 2 years ago β€’ 5 comments

As of today, tkn is a very big binary.

$ du bin/tkn
147M	bin/tkn
$ strip bin/tkn
$ du bin/tkn
118M	bin/tkn

We should try to find some ways to reduce the size of it somehow πŸ‘ΌπŸΌ πŸ™πŸΌ. Some ideas:

  • Track tektoncd/pipeline deps and understand where we can limit pulling k8s.io ones
  • Have our own "struct" representing the types ? (generated)

vdemeester avatar Sep 01 '23 07:09 vdemeester