Skip to content

Releases: alexellis/k3sup

Fix for extra arguments in join command

16 Sep 11:02
Compare
Choose a tag to compare

Changelog:

  • "Allow joins to work properly with k3sExtraArgs" #32 via @billimek

Fixes issue with extra arguments in the join command

Flag to pass additional options

28 Aug 20:06
Compare
Choose a tag to compare

Changelog:

Add support for encrypted ssh keys

20 Aug 19:45
Compare
Choose a tag to compare

Changelog:

  • Ask for the ssh passphrase if the ssh-key is encrypted #9 - thanks to @HeavyHorst πŸŽ‰

This feature adds support for encrypted ssh keys.

Add binary and build for Windows

19 Aug 13:46
Compare
Choose a tag to compare

Changelog:

  • Add binary and build for Windows #15

Add version to version command

19 Aug 06:52
Compare
Choose a tag to compare
Add glossary and define kubeadm & kind

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>

Add "join" command to form a complete cluster

16 Aug 20:59
Compare
Choose a tag to compare
Add join command

The join command installs the agent software on a remote host
after having fetched the node-token from a k3s server specified
via the --server-ip flag.

Tested with 2x Ubuntu 18.04 machines on Civo Cloud using the
root user for ssh.

Closes: #3

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>

Initial working release

15 Aug 13:40
Compare
Choose a tag to compare
Split out ssh package

Signed-off-by: Alex Ellis <[email protected]>