What changed?
- Feature:
--wait
flag to wait until cluster was successfully created. Combination with--timeout <sec>
flag to specify wait timeout - Feature:
--all
/-a
flag to handle all clusters at once withdelete
,start
,stop
commands - Improvement: code refactoring, error handling, logs
Easy installation
- use the install script to grab the latest release:
- wget:
wget -q -O - https://raw.githubusercontent.com/iwilltry42/k3d-go/master/install.sh | bash
- curl:
curl -s https://raw.githubusercontent.com/iwilltry42/k3d-go/master/install.sh | bash
- wget: