reckoner plugin for asdf version manager
asdf plugin-add reckoner https://github.com/FairwindsOps/asdf-reckoner.git
Check out the asdf documentation for instructions on how to install and manage versions of reckoner.
The ASDF_reckoner_OVERWRITE_ARCH
variable can be used to override the architecture that is used for determining which reckoner
build to download. The primary use case is when attempting to install an older version of reckoner
for use on an Apple M1 computer as reckoner
was not built for ARM at the time.
% asdf install reckoner 6.0.0
Downloading reckoner from https://github.com/FairwindsOps/reckoner/releases/download/v6.0.0/reckoner_6.0.0_darwin_amd64.tar.gz
% asdf global reckoner 6.0.0
% ASDF_reckoner_OVERWRITE_ARCH=amd64 asdf install reckoner 6.0.0-rc.5
Downloading reckoner from https://github.com/FairwindsOps/reckoner/releases/download/v6.0.0-rc.5/reckoner_6.0.0-rc.5_darwin_amd64.tar.gz
% asdf global reckoner 6.0.0-rc.5
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 Polaris? Check out some of our other projects:
- Goldilocks - Right-size your Kubernetes Deployments by compare your memory and CPU settings against actual usage
- Pluto - Detect Kubernetes resources that have been deprecated or removed in future versions
- Nova - Check to see if any of your Helm charts have updates available
- rbac-manager - Simplify the management of RBAC in your Kubernetes clusters
If you're interested in running Polaris in multiple clusters, tracking the results over time, integrating with Slack, Datadog, and Jira, or unlocking other functionality, check out Fairwinds Insights, a platform for auditing and enforcing policy in Kubernetes clusters.