Skip to content

Releases: zeerorg/k3s-in-docker

Adds cluster startup wait

04 Apr 03:06
fc9110b
Compare
Choose a tag to compare

Fixes issue #6
This release adds a wait flag and a timeout option to create command:

  1. If specified waits for the cluster to start, after which you can continue with development for the server.
-w, --wait       wait for the cluster to start
  1. You can specify time in seconds along with --wait flag to exit if the cluster doesn't come up in the specified time. By default the cluster waits indefinitely
    --timeout <timeout>    Set timeout in seconds when --wait flag is given. (0 for indefinite)

Static binaries available

25 Mar 16:43
7544446
Compare
Choose a tag to compare

This release adds static binaries for x86_64 and armhf.

arm64 static binaries cannot be added due to an issue with rust compiler but dynamic binaries are available and should work just fine.

Changes:
Merged PR #1

OSX support

24 Mar 08:43
Compare
Choose a tag to compare

This release adds:

  1. Support for OSX binary
  2. An install-script for easy install

Minor logging update

21 Mar 06:36
Compare
Choose a tag to compare

Added feature:

  1. Prints stderr if the command fails

Signed-off-by: Rishabh Gupta [email protected]

Inital release

20 Mar 09:14
Compare
Choose a tag to compare

This is the first release for k3d.

See README.md for instructions on how to start.

Signed-off-by: Rishabh Gupta [email protected]