Skip to content

Releases: alexellis/k3sup

Add K3sup Pro to readme and k3sup pro get command

20 Aug 09:50

Choose a tag to compare

Changelog for 0.13.11:

  • PR #457 Add K3sup Pro to readme and k3sup pro get command by @alexellis

Commits
5e5228b Add command to obtain k3sup pro by @alexellis
7f985f3 Initial pro readme by @alexellis
18852ec Fixes in README by @alexellis
7205b41 Update README.md by @alexellis
56dd14d Update .DEREK.yml by @alexellis

Changes: 0.13.10...0.13.11

Generated by Derek

Add get-config command and --merge flag to plan command

26 Jun 10:57

Choose a tag to compare

Changelog for 0.13.10:

Merge a config from k3sup plan into a local file i.e. $HOME/.kube/config

k3sup plan --merge

Fetch a config from a pre-existing installation - either because you lost the original, are on another machine, or want to merge it into your main KUBECONFIG instead of having a separate file

k3sup get-config

See the README.md for complete examples

Commits
5d97659 Fix Makefile for Linux target when run on an Arm64 Mac by @alexellis
e515ca4 Add get-config command by @alexellis
8602af8 Add --merge flag to k3sup plan by @alexellis

Changes: 0.13.9...0.13.10

Generated by Derek

Look for default service account before marking cluster ready

21 May 09:09

Choose a tag to compare

Changelog for 0.13.9:

Commits
a1700f6 Update vendor by @alexellis
9096f9f Look for default service account before marking cluster ready by @alexellis
9f541fe Cancel concurrent builds by @alexellis
77ea3fe Create request-a-feature.md by @alexellis
8066e16 Update issue templates by @alexellis

Changes: 0.13.8...0.13.9

Generated by Derek

Update Go version, GitHub Actions and vendor

20 Jan 15:02

Choose a tag to compare

Changelog for 0.13.8:

Commits
ac8e814 Update Go version, GitHub Actions and vendor by @alexellis

Changes: 0.13.7...0.13.8

Generated by Derek

Support ssh-key for k3sup plan

09 Aug 13:07

Choose a tag to compare

Pre-release

Changelog for 0.13.7:

Commits
b7bb7cb Support ssh-key for k3sup plan by @alexellis

Changes: 0.13.6...0.13.7

Generated by Derek

Update support message

10 Jun 14:48

Choose a tag to compare

Changelog for 0.13.6:

Commits
752c22a Update to message in get.sh by @alexellis
20b15d2 Update support message by @alexellis
23a7535 Update example with three hosts by @alexellis
69f4cef fix example and make it valid JSON by @Comradin

Changes: 0.13.5...0.13.6

Generated by Derek

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

02 Jan 11:27

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

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

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

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