First release in Rancher space! Renaming and Features
What changed?
- Migration from
iwilltry42/k3d
torancher/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
- wget: