Skip to content

pirackr/asdf-telepresence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asdf-telepresence

Build

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

About

asdf-telepresence plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published