Skip to content

buffuwei/kus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kus is a simple terminal UI for kuboard.

Installation

Remember to set the RELEASE variable to the latest release tag

RELEASE="v0.1.2" && wget "https://github.com/buffuwei/kus/releases/download/${RELEASE}/kus" -O kus && chmod +x kus && mv kus /usr/local/bin

or

sh install.sh

Configuration

Configuration file path: ~/.kus/config.yaml

Example:

kuboard:
    host: kuboard.xxx.yyy
    username: Bob
    password: pass
    clusters:
        - DEV
        - TEST
selected:
    cluster: DEV
    namespace: business