Skip to content

Instantly share code, notes, and snippets.

@yogeek
Created December 10, 2018 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yogeek/7296f046a764f00f353ad8e0595fb2ef to your computer and use it in GitHub Desktop.
Save yogeek/7296f046a764f00f353ad8e0595fb2ef to your computer and use it in GitHub Desktop.
OneLiner
function kubespy_install() {
KUBESPY_VERSION=${1:-v0.4.0}
curl -sSL https://github.com/pulumi/kubespy/releases/download/${KUBESPY_VERSION}/kubespy-linux-amd64.tar.gz | sudo tar -xzf - -C /usr/local/bin/ --strip-components=2 releases/kubespy-linux-amd64/kubespy && sudo chmod +x /usr/local/bin/kubespy && kubespy version
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment