asdf-telepresence
March 2, 2024 ยท View on GitHub
Telepresence plugin for asdf version manager. Forked from Kubectl plugin.
Install
asdf plugin-add telepresence https://github.com/pirackr/asdf-telepresence.git
Use
Check out the asdf documentation for instructions on how to install and manage versions of telepresence.
Architecture Override
The ASDF_TELEPRESENCE_OVERWRITE_ARCH variable can be used to override the architecture that is used for determining which telepresence build to download. The primary use case is when attempting to install an older version of telepresence for use on an Apple M1 computer as telepresence was not built for ARM at the time.
Without ASDF_TELEPRESENCE_OVERWRITE_ARCH:
% asdf install telepresence 2.18.0
Downloading teplepresence from url: https://app.getambassador.io/download/tel2oss/releases/download/v2.18.0/telepresence-linux-arm64
With ASDF_TELEPRESENCE_OVERWRITE_ARCH:
% ASDF_TELEPRESENCE_OVERWRITE_ARCH=amd64 asdf install telepresence 2.18.0
Downloading teplepresence from url: https://app.getambassador.io/download/tel2oss/releases/download/v2.18.0/telepresence-linux-amd64