tektoncd/cli

Reduce the size of the binary

开放

#2,109 创建于 2023年9月1日

 (6 条评论) (0 个反应) (0 位负责人)Go (269 个派生)auto 404
good first issuehelp wantedkind/cleanup

仓库指标

星标
 (461 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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)

贡献者指南