https://github.com/tranphuquy19/k8s-cli
https://github.com/tranphuquy19/k8s-cli
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tranphuquy19/k8s-cli
- Owner: tranphuquy19
- Created: 2021-03-04T06:51:03.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-16T07:32:01.000Z (about 4 years ago)
- Last Synced: 2025-01-13T02:14:01.044Z (4 months ago)
- Language: Shell
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# k8s-cli Installation
```shell
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
# And login again
```
OR`cd ~ && wget -O install-k8s-cli.sh https://raw.githubusercontent.com/tranphuquy19/k8s-cli/master/install-k8s-cli.sh && sudo sh install-k8s-cli.sh`