github k3d-io/k3d v0.3.0
First release in Rancher space! Renaming and Features

latest releases: v5.6.3, v5.6.2, v5.6.1...
5 years ago

What changed?

  • Migration from iwilltry42/k3d to rancher/k3d
  • Re-ordered the arguments for the docker command in CreateCluster function
  • New Flags for create command:
    • --env, -e for passing additional environment variables to docker
    • --server-arg, -x for passing additional arguments to the k3s server command
  • Shorthand notation for delete command: -del

Easy installation

  • use the install script to grab the latest release:
    • wget: wget -q -O - https://raw.githubusercontent.com/rancher/k3d/master/install.sh | bash
    • curl: curl -s https://raw.githubusercontent.com/rancher/k3d/master/install.sh | bash

Don't miss a new k3d release

NewReleases is sending notifications on new releases.