Skip to content

Releases: alexellis/k3sup

Add figlet command for RPi

20 Oct 10:25
Compare
Choose a tag to compare

Add figlet command for RPi

Automated release

19 Oct 21:27
Compare
Choose a tag to compare
Update token indentation

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

Automated release via CI

19 Oct 21:23
Compare
Choose a tag to compare
Pre-release
Add releases

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

Add metrics-server app

15 Oct 15:08
Compare
Choose a tag to compare

Changelog:

  • Add metrics-server app #47
k3sup app install metrics-server

Support flag overrides

11 Oct 09:30
Compare
Choose a tag to compare

Changelog

You can now do things like:

k3sup app install openfaas --load-balancer --basic-auth=false

./bin/k3sup-darwin app install openfaas --help
Install openfaas

Usage:
  k3sup app install openfaas [flags]

Examples:
  k3sup app install openfaas --loadbalancer

Flags:
  -a, --basic-auth         Enable authentication (default true)
  -h, --help               help for openfaas
  -l, --load-balancer      Add a loadbalancer
  -n, --namespace string   The namespace for the core services (default "openfaas")

Get it

curl -SLsf https://get.k3sup.dev | sudo sh

Download helm and use custom folder for it

11 Oct 08:59
Compare
Choose a tag to compare

Changelog:

Add prototype for installing apps

10 Oct 20:52
Compare
Choose a tag to compare

Changelog:

k3sup app install openfaas

Run it against a cluster on a PC or Raspberry Pi.

Add context flag to server command

10 Oct 20:42
Compare
Choose a tag to compare
Pre-release

Changelog:

Replace 127.0.0.1 with Public IP address while generating kubeconfig

08 Oct 09:16
Compare
Choose a tag to compare

Changelog:

  • Replace 127.0.0.1 with Public IP address while generating kube config #44

Required as of v0.9.0 of k3s.

Add version pinning of k3s

22 Sep 08:38
Compare
Choose a tag to compare

Changelog:

Flag --k3s-version added with default of v0.8.0