Telepresence plugin for asdf version manager. Forked from Kubectl plugin.
asdf plugin-add telepresence https://github.com/pirackr/asdf-telepresence.git
Check out the asdf documentation for instructions on how to install and manage versions of telepresence.
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.
% asdf install telepresence 2.18.0
Downloading teplepresence from url: https://app.getambassador.io/download/tel2oss/releases/download/v2.18.0/telepresence-linux-arm64
% 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