Skip to content

Add hostname support for install/join

Compare
Choose a tag to compare
@alexellis alexellis released this 30 Nov 10:47
· 126 commits to master since this release

This release adds hostname support for the install and join commands as requested by the community.

Example with EC2:

export SERVER="ec2-3-250-131-77.eu-west-1.compute.amazonaws.com"
k3sup install --host $SERVER \
  --user ubuntu \
  --ssh-key $HOME/ec2-key.pem

export AGENT="ec2-3-250-131-78.eu-west-1.compute.amazonaws.com"
k3sup install --host $AGENT \
  --server-host $SERVER \
  --user ubuntu \
  --ssh-key $HOME/ec2-key.pem

Changelog for 0.9.12:

Commits
7fb6fdf Update README and install/join help examples for hostnames by @alexellis
18b3601 Add hostname support for install/join by @alexellis
e7a216a Add table of contents. by @yankeexe
2a40410 Add table of contents. by @yankeexe
a10801b Rename to build by @alexellis
fed9fb3 Build all branches by @alexellis
b1fa224 Add OpenStack post by @alexellis
826a071 Disable hacktoberfest by @alexellis

Generated by Derek