Skip to content

v0.2.0

Compare
Choose a tag to compare
@iwilltry42 iwilltry42 released this 10 Apr 07:20
45eb460

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 with delete, 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