Skip to content

Releases: alexellis/k3sup

Add --no-extras flag to k3sup join --server

02 Jan 11:27
Compare
Choose a tag to compare

Changelog for 0.13.5:

  • PR #425 Add --no-extras flag to join command by @rgee0

Commits
d952d6d Add --no-extra flag to join command by @rgee0
cca4497 Update go-execute and cobra by @alexellis

Changes: 0.13.4...0.13.5

Generated by Derek

Updates to go.mod

19 Dec 11:18
Compare
Choose a tag to compare

Changelog for 0.13.4:

  • PR #423 Bump golang.org/x/crypto from 0.13.0 to 0.17.0 by @dependabot[bot]

Commits
9ba4228 Bump golang.org/x/crypto from 0.13.0 to 0.17.0 by @dependabot[bot]
2bf2c9d Update README.md by @alexellis

Changes: 0.13.3...0.13.4

Generated by Derek

Add "--server-k3s-extra-args" to k3sup plan

27 Oct 11:41
Compare
Choose a tag to compare

See also: Add plan command node-token command

Changelog for 0.13.3:

Commits
0903a7d Add --server-k3s-extra-args for disabling traefik etc by @alexellis

Changes: 0.13.2...0.13.3

Generated by Derek

Add plan command node-token command

27 Oct 11:23
Compare
Choose a tag to compare

New commands:

  • k3sup plan - generate an installation script across multiple nodes
  • k3sup node-token - fetch the server's node-token for efficient joining of many nodes

Watch a demo on YouTube
Learn more in the docs

Changelog for 0.13.2:

Commits
bb4baf4 Add notes to README for k3sup plan by @alexellis
48c82b3 Use node-token from an env-var instead of a file by @alexellis
8c01ffb Use an env-var for the node-token instead of a file by @alexellis
bee8462 Update examples for k3sup plan by @alexellis
7ac93b8 Move temporary file deletion into a defer by @alexellis
2382066 Add plan and node-token commands by @alexellis
3a02867 Fix typo by @alexellis
863a0ed Alteration to support message by @alexellis

Changes: 0.13.1...0.13.2

Generated by Derek

If you πŸ’™ K3sup, sponsor me to keep working on it!

14 Sep 17:11
Compare
Choose a tag to compare

Changelog for 0.13.1:

  • PR #411 chore: remove refs to deprecated io/ioutil by @testwill

Commits
16f009c Update vendor by @alexellis
812fa4b Update to go-execute v2 by @alexellis
ca80ac6 chore: remove refs to deprecated io/ioutil by @testwill

Changes: 0.13.0...0.13.1

Generated by Derek

Update to Go 1.20

29 Aug 11:51
Compare
Choose a tag to compare

Changelog for 0.13.0:

Commits
1d2e443 Ignore gofmt errors from vendor folder by @alexellis
2a30804 Remove usage of deprecated errors package by @alexellis
35232db Remove rebuild and cgo by @alexellis
bb1e670 Update to Go 1.20 by @alexellis

Changes: 0.12.15...0.13.0

Generated by Derek

Remove sponsorship info from k3sup commands

20 Aug 09:17
Compare
Choose a tag to compare

Changelog for 0.12.15:

Commits
eecca82 Replace sponsorship note with actuated info by @alexellis
3f8b3fa Format some of the code, comment out unused line by @alexellis

Changes: 0.12.14...0.12.15

Generated by Derek

Add --tls-san for join command for servers

09 Aug 13:17
Compare
Choose a tag to compare

A call for sponsors

If you're using K3sup, please sponsor me on whatever tier you like πŸ†

This was a missing part of the HA story, that sets an extra IP or hostname in the TLS cert for the kubelet on each host, so that they can be used interchangeably behind a load-balancer, proxy, inlets or something else.

k3sup join --server \
  --server-ip $SERVER_IP \
  --ip EXTRA_SERVER_IP \
  --tls-san LB_IP

Changelog for 0.12.14:

Commits
e4107dd Add --tls-san for join command for servers by @alexellis
d47b699 Update README.md by @alexellis
8e9af1c Update README.md by @alexellis
638c02d Update caption localk3 to localk3s by @alexellis
438fe71 Update dependencies by @alexellis

Changes: 0.12.13...0.12.14

Generated by Derek

Print agent and server host during join command

28 Feb 14:07
Compare
Choose a tag to compare

Changelog for 0.12.13:

Commits
6b5db9e Print agent host/IP in join command by @alexellis
7dc8d01 Change streaming behaviour when joining nodes by @alexellis
92c9c3a Update README.md by @alexellis
f6129ae Revert sponsorship policy by @alexellis
b0e64c0 Update README.md by @alexellis

Changes: 0.12.12...0.12.13

Generated by Derek

Happy Christmas, but sponsor me if you want to see me work on K3sup.

20 Dec 22:09
Compare
Choose a tag to compare

Changelog for 0.12.12:

Commits
02c7a77 Rename no-deploy to disable by @alexellis

Changes: 0.12.11...0.12.12

Generated by Derek