gonogo plugin for asdf version manager
asdf plugin-add gonogo https://github.com/TheCubicleJockey/asdf-gonogo.git
asdf install gonogo $(curl --silent "https://api.github.com/repos/FairwindsOps/gonogo/releases/latest" | jq ".. .tag_name? // empty")
Check out the asdf documentation for instructions on how to install and manage versions of gonogo.
The ASDF_GONOGO_OVERWRITE_ARCH
variable can be used to override the architecture that is used for determining which gonogo
build to download. The primary use case is when attempting to install an older version of gonogo
for use on an Apple M1 computer as gonogo
was not built for ARM at the time.
% asdf install gonogo 0.2.1
Downloading gonogo from https://github.com/FairwindsOps/gonogo/releases/download/v0.2.1/gonogo_0.2.1_darwin_amd64.tar.gz
% ASDF_GONOGO_OVERWRITE_ARCH=amd64 asdf install gonogo 0.2.0
Downloading gonogo from https://github.com/FairwindsOps/gonogo/releases/download/v0.2.0/gonogo_0.2.0_darwin_amd64.tar.gz
The goal of the Fairwinds Community is to exchange ideas, influence the open source roadmap, and network with fellow Kubernetes users. Chat with us on Slack or join the user group to get involved!
Enjoying ASDF-GoNoGo? Check out some of our other projects:
- Polaris - Audit, enforce, and build policies for Kubernetes resources, including over 20 built-in checks for best practices
- Goldilocks - Right-size your Kubernetes Deployments by compare your memory and CPU settings against actual usage
- Nova - Check to see if any of your Helm charts have updates available
- rbac-manager - Simplify the management of RBAC in your Kubernetes clusters
- GoNoGo - Simplify the management of RBAC in your Kubernetes clusters