Releases: zeerorg/k3s-in-docker
Releases · zeerorg/k3s-in-docker
Adds cluster startup wait
Fixes issue #6
This release adds a wait
flag and a timeout
option to create
command:
- 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
- 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
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
This release adds:
- Support for OSX binary
- An install-script for easy install
Minor logging update
Inital release
This is the first release for k3d.
See README.md for instructions on how to start.
Signed-off-by: Rishabh Gupta [email protected]