Skip to content

v3.0.1

Compare
Choose a tag to compare
@rancherio-gh-m rancherio-gh-m released this 14 Aug 11:47
· 715 commits to main since this release
9bf264a

v3.0.1

Enhancements

  • handle leading / in docker container names (#322, @kshelton)
  • introduce new node status (#328)
    • can be seen in output of cluster list (node columns now: running/total) and node list (additional column)

Fixes

  • fixed inconsistent behavior of cluster create --update-default-kubeconfig/--switch-context
  • fixed impossible config when mapping port ranges on the loadbalancer (e.g. cluster create -p 1000-2000@loadbalancer) (#317)
  • fixed hanging forever when trying to start a cluster that's already running (#335)

Misc

  • install script: check for binary in more bashy way (#313, @vandot)

Docs

  • clarify kubeconfig get/print/show and kubeconfig merge/write