tektoncd/cli

Reduce the size of the binary

オープン

#2,109 opened on 2023/09/01

 (6 件のコメント) (0 件のリアクション) (0 人の担当者)Go (269 件のフォーク)auto 404
good first issuehelp wantedkind/cleanup

Repository metrics

Stars
 (461 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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)

コントリビューターガイド