Skip to content

Instantly share code, notes, and snippets.

@tranphuquy19
Created March 4, 2021 07:33
Show Gist options
  • Save tranphuquy19/97fc62ee989038cefa758fc6bdd46fcb to your computer and use it in GitHub Desktop.
Save tranphuquy19/97fc62ee989038cefa758fc6bdd46fcb to your computer and use it in GitHub Desktop.
K8s-cli
yum install -y wget unzip
wget -O k8s-cli-1.0.0.zip https://github.com/tranphuquy19/k8s-cli/archive/1.0.0.zip
unzip k8s-cli-1.0.0.zip
chmod 755 -R ~/k8s-cli-1.0.0/
mkdir -p ~/bin/
mv -v ~/k8s-cli-1.0.0/* ~/bin/
echo 'export PATH=$PATH:$HOME/bin' >> ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment