Created
March 4, 2021 07:33
-
-
Save tranphuquy19/97fc62ee989038cefa758fc6bdd46fcb to your computer and use it in GitHub Desktop.
K8s-cli
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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