Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 494 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 494 Bytes

sdsctl

Software-defined storage controller for kube-stack.

Installation

cd ./sdsctl/cmd/sdsctl

go build -o sdsctl main.go

cp sdsctl /usr/bin

usage

# ref: https://github.com/kube-stack/sdsctl/blob/main/cmd/sdsctl/main.go
# ref: https://github.com/kube-stack/sdsctl/blob/main/pkg/cmds/root.go
sdsctl --help

# ref: https://github.com/kube-stack/sdsctl/blob/main/pkg/cmds/pool/create_pool.go
sdsctl create-pool --help

log

cat /var/log/sdsctl.log