gravitational / teleport

The easiest, and most secure way to access and protect all of your infrastructure.
https://goteleport.com
GNU Affero General Public License v3.0
17.23k stars 1.73k forks source link

Reduce installation size #23511

Closed Gunni closed 1 year ago

Gunni commented 1 year ago

What would you like Teleport to do?

Currently installing teleport installs these binaries in /usr/local/bin

60M tbot 102M tctl 165M teleport 104M tsh

Would it be possible to reduce their size and or not install the ones not needed for nodes?

What problem does this solve?

Installation size of Teleport is a significant size of the entire system.

If a workaround exists, please include it.

N/A

zmb3 commented 1 year ago

On nodes you can safely remove everything but Teleport.

Other than that, not much you can do without hacking up the source code. See also #8735

Gunni commented 1 year ago

Closing this as duplicate of https://github.com/gravitational/teleport/issues/8735.