LinuxSuRen / ks-scripts

Some handy scripts can make us happy when working with Kubesphere

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ks-scripts

Some handy scripts can make us happy when working with Kubesphere

Setup it simply via:

curl https://raw.githubusercontent.com/LinuxSuRen/ks-scripts/master/setup.sh -L | sh

For who cannot access google: curl https://gitee.com/linuxsuren/ks-scripts/raw/master/setup.sh -L | sh

Completion

I highly recommend you install bash-completion if you want have an easy shell life.

You can install it by one of the following commands:

apt install bash-completion -y

Kubesphere client by Golang

ks is written by Golang. It'll replace ks-scripts in the futher.

About

Some handy scripts can make us happy when working with Kubesphere

License:MIT License


Languages

Language:Shell 100.0%