Releases: alexellis/k3sup
Releases Β· alexellis/k3sup
Fix for extra arguments in join command
Flag to pass additional options
Changelog:
- Flag to pass additional options #21 via @billimek (thank you π)
- ASCII logo - thank you to @utsavanand2
Add support for encrypted ssh keys
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
Changelog:
- Add binary and build for Windows #15
Add version to version command
Add glossary and define kubeadm & kind Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
Add "join" command to form a complete cluster
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
Split out ssh package Signed-off-by: Alex Ellis <[email protected]>