krelay plugin for asdf version manager
asdf plugin-add krelay https://github.com/spaziodati/asdf-krelay.git
Check out the asdf documentation for instructions on how to install and manage versions of krelay.
The ASDF_KRELAY_OVERWRITE_ARCH
variable can be used to override the architecture that is used for determining which krelay
build to download. The primary use case is when attempting to install an older version of krelay
for use on an Apple M1 computer as krelay
was not built for ARM at the time.
% asdf install krelay 0.0.6
Downloading krelay from https://github.com/knight42/krelay/releases/download/v0.0.6/kubectl-relay_v0.0.6_linux-arm64.tar.gz
% ASDF_KRELAY_OVERWRITE_ARCH=amd64 asdf install krelay 0.0.6
Downloading krelay from https://github.com/knight42/krelay/releases/download/v0.0.6/kubectl-relay_v0.0.6_linux-amd64.tar.gz