v3.0.0-beta.2
Pre-release
Pre-release
π Third Beta of k3d v3
π π Changes since v3.0.0-beta.1
Features
- rootCmd: add back
--version
flag (same behavior ask3d 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 tok3d 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
get
ting 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)