Skip to content

FairwindsOps/asdf-reckoner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asdf-reckoner

Build Status

reckoner plugin for asdf version manager

Install

asdf plugin-add reckoner https://github.com/FairwindsOps/asdf-reckoner.git

Use

Check out the asdf documentation for instructions on how to install and manage versions of reckoner.

Architecture Override

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.

Without ASDF_reckoner_OVERWRITE_ARCH:

% 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

With ASDF_reckoner_OVERWRITE_ARCH:

% 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

Join the Fairwinds Open Source Community

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!

Love Fairwinds Open Source? Share your business email and job title and we'll send you a free Fairwinds t-shirt!

Other Projects from Fairwinds

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

Or check out the full list

Fairwinds Insights

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.

Fairwinds Insights