github k3d-io/k3d v3.0.0-beta.2

latest releases: v5.6.3, v5.6.2, v5.6.1...
pre-release3 years ago

🎉 Third Beta of k3d v3

🆕 🆙 Changes since v3.0.0-beta.1

Features

  • rootCmd: add back --version flag (same behavior as k3d version)
  • fetch latest k3s version at build time from k3s' channel server (#249)
  • re-add support for named volumes with the --volume flag (#251)
  • re-add support to specify mount options with the --volume flag`
  • add --wait and --timeout DURATION flags to k3d start cluster to let it wait for the cluster to be up before returning (#252)
  • k3d create cluster --wait now also waits for the loadbalancer to be ready before returning

Fixes

  • take loadbalancer into consideration when mapping ports
  • do not consider loadbalancer in node list if it wasn't created
  • fix nil pointer exception when getting a non-existent node
  • use default role label and command when creating a new node in a cluster where no node with the target role exists

Maintenance

  • cleanup debug logging

README/Docs

  • links to demo repo and meetup video
  • new release overview
  • asciicast video demo
  • new Logo (thanks to @lvuch :))
  • fixed typo (#243, @curx)

Miscellaneous

  • switched v3 to master branch
  • remove unneeded echo in install script (#246, @vandot)
  • fix duplicate curl command in install script #250, @lionelnicolas)
  • use version command instead of --version in install script (#256, @izzatzr)

Don't miss a new k3d release

NewReleases is sending notifications on new releases.