Releases: k3d-io/k3d
Releases · k3d-io/k3d
Rewrite-Release Beta
This is a beta release of the new version which is not relying on the docker and docker-compose executables anymore but leverages the docker client SDK to call the docker API directly.
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:
v0.2.0
What changed?
- Feature:
--wait
flag to wait until cluster was successfully created. Combination with--timeout <sec>
flag to specify wait timeout - Feature:
--all
/-a
flag to handle all clusters at once withdelete
,start
,stop
commands - Improvement: code refactoring, error handling, logs
Easy installation
- use the install script to grab the latest release:
- wget:
wget -q -O - https://raw.githubusercontent.com/iwilltry42/k3d-go/master/install.sh | bash
- curl:
curl -s https://raw.githubusercontent.com/iwilltry42/k3d-go/master/install.sh | bash
- wget:
v0.1.1
- install script (needs proper version string in executable)
l
andls
aliases forlist
command
v0.1.0
- enhancement: more information on
k3d list
by leveraging container info - feature:
--all, -a
flag fork3d list
to toggle seeing all clusters instead of only running clusters - code: cleanup by @ibuildthecloud
v0.0.2 - Default k3s version v0.3.0
You might need to make the downloaded binary executable via chmod +x <path_to_binary>
v0.0.1 - First Release
First Release!