Categorygithub.com/gocrane/kubectl-crane
repository
0.2.0
Repository: https://github.com/gocrane/kubectl-crane.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

kubectl-crane

Go Report Card

Kubectl plugin for crane, including recommendation and cost estimate.

Installation

Downloaded a tar file from released packages and extract kubectl-crane from it, then put the binary under your path.

For Linux

export release=v0.0.2
export arch=x86_64
curl -L -o kubectl-crane.tar.gz https://github.com/gocrane/kubectl-crane/releases/download/${release}/kubectl-crane_${release}_Linux_${arch}.tar.gz
tar -xvf kubectl-crane.tar.gz 
cp kubectl-crane_${release}_Linux_${arch}/kubectl-crane /usr/local/bin/

For Mac

export release=v0.0.2
export arch=arm64
curl -L -o kubectl-crane.tar.gz https://github.com/gocrane/kubectl-crane/releases/download/${release}/kubectl-crane_${release}_Darwin_${arch}.tar.gz
tar -xvf kubectl-crane.tar.gz 
cp kubectl-crane_${release}_Darwin_${arch}/kubectl-crane /usr/local/bin/