Closed alexellis closed 1 year ago
Add plan command node-token command
k3sup plan
k3sup node-token
Usage:
devices.json
[{ "hostname": "node-1", "ip": "192.168.1.128" }]
Command:
k3sup plan \ --tls-san $SAN \ --servers=3 \ --user ubuntu \ --background=true/false > bootstrap.sh chmod +x bootstrap.sh ./bootstrap.sh
See testing below:
https://www.youtube.com/watch?v=o4UxRw-Cc8c&feature=youtu.be
Additional notes required in README..
Future plans:
k3sup install/join
--yaml
Add plan command node-token command
Description
k3sup plan
is used to read in a list of devices and to generate an installation script for a HA cluster.k3sup node-token
is used by scripts generated byk3sup plan
to avoid too many SSH connections by each joining node back to the server.How Has This Been Tested?
Usage:
devices.json
Command:
See testing below:
https://www.youtube.com/watch?v=o4UxRw-Cc8c&feature=youtu.be
Types of changes
Checklist:
Additional notes required in README..
Future plans:
k3sup install/join
should be added tok3sup plan
--yaml
flag to be added as an option for human-generated inputs tok3sup plan