mmontes11 / k8s-scripts

πŸ“œ Install Kubernetes tooling with a single command

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“œ k8s-scripts

CI Release

Install Kubernetes tooling with a single command.

Usage

 curl -sfL https://raw.githubusercontent.com/mmontes11/kube-scripts/main/kubernetes.sh | sudo bash -s -

Override versions

curl -sfL https://raw.githubusercontent.com/mmontes11/kube-scripts/main/kubernetes.sh | sudo KUBECTL_VERSION=v1.25.4 bash -s -
export KUBECTL_VERSION=v1.25.4
export KIND_VERSION=v0.16.0
curl -sfL https://raw.githubusercontent.com/mmontes11/kube-scripts/main/kubernetes.sh | sudo --preserve-env bash -s -

About

πŸ“œ Install Kubernetes tooling with a single command

License:MIT License


Languages

Language:Shell 100.0%