Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: alexellis/k3sup

Tags

0.13.11

Toggle 0.13.11's commit message
Add command to obtain k3sup pro

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>

0.13.10

Toggle 0.13.10's commit message
Fix Makefile for Linux target when run on an Arm64 Mac

The k3sup binary is for Linux amd64, but was being created for
Linux arm64 and not Linux amd64.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>

0.13.9

Toggle 0.13.9's commit message
Update vendor

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>

0.13.8

Toggle 0.13.8's commit message
Update Go version, GitHub Actions and vendor

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>

0.13.7

Toggle 0.13.7's commit message
Support ssh-key for k3sup plan

Fixes: #436

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>

0.13.6

Toggle 0.13.6's commit message
Update to message in get.sh

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>

0.13.5

Toggle 0.13.5's commit message
Add --no-extra flag to join command

It was found that when joining servers to a cluster any additional servers
would not honour the `--no-extras` flag used with the install command.

It is necessary, therefore, for the flag to be added to `join` and only
be applied in situations where `--server` has been provided.

Signed-off-by: Richard Gee <[email protected]>

0.13.4

Toggle 0.13.4's commit message
Bump golang.org/x/crypto from 0.13.0 to 0.17.0

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.13.0 to 0.17.0.
- [Commits](golang/crypto@v0.13.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

0.13.3

Toggle 0.13.3's commit message
Add --server-k3s-extra-args for disabling traefik etc

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>

0.13.2

Toggle 0.13.2's commit message
Add notes to README for k3sup plan

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>