Skip to content

v3.0.0-rc.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@iwilltry42 iwilltry42 released this 03 Jun 14:34
c19cb27

πŸŽ‰ First Release Candidate of v3.0.0

πŸ†• πŸ†™ Changes since v3.0.0-beta.2

Features

  • New flag: k3d create cluster --switch: update the kubeconfig and directly switch the current-context (#261)
  • Now using context.Context in all top-level exported functions (#244)
  • update loadbalancer every time when creating/deleting master nodes (#258)
  • New flags: --wait and --timeout for command k3d create node (#259)

Fixes

  • do not copy --cluster-init flag when creating a second master node
  • k3d get clusters and k3d get nodes now allow... (#260)
    • specifying one name: get only one node/cluster
    • specifying multiple names: get multiple nodes/clusters
    • specifying no name: get all nodes/clusters

Maintenance

  • move more stuff to constants

README/Docs

Miscellaneous

...