Skip to content

Releases: alexellis/k3sup

Update OpenFaaS to use "Always" pull policy for functions

12 Dec 15:15
Compare
Choose a tag to compare

Changelog for 0.6.12:

  • PR #126 Add Kubernetes-dashboard app and instructions by @Waterdrips
  • Update OpenFaaS to use "Always" pull policy for functions @alexellis

Generated by Derek

Add Postgresql app

10 Dec 15:11
Compare
Choose a tag to compare

Changelog for 0.6.11:

  • Add Postgresql app

Generated by Derek

Suppress "helm init" for helm3 in openfaas app

10 Dec 12:04
Compare
Choose a tag to compare

Changelog for 0.6.10:

  • Don't run helm init for helm3

Generated by Derek

Add helm3 support for OpenFaaS and add Minio app

10 Dec 10:44
Compare
Choose a tag to compare

Changelog for 0.6.9:

  • PR #124 Add helm3 support for the openfaas app by @alexellis
  • PR #119 Add Minio to the app install command by @burtonr
  • PR #122 Make kubeconfig flag persistent for the app install command by @burtonr

Generated by Derek

Usage:

k3sup app install openfaas --helm3

k3sup app install minio

Add OpenFaaS connector apps and ipsec support for k3s

06 Dec 10:26
Compare
Choose a tag to compare

Changelog for 0.6.8:

# New config options for the OpenFaaS app

k3sup app install openfaas --operator # Use the CRD operator
k3sup app install openfaas --direct-functions=false # Get endpoint load-balancing
k3sup app install openfaas --clusterole=true # Multiple namespace support

# New OpenFaaS event connectors:
k3sup app install kafka-connector
k3sup app install cron-connector

# Get k3s clusters with an IPSec VPN:
k3sup install --ip $IP --user $USER --ipsec # creates Wireguard VPN between each node in the cluster

Generated by Derek

Add dqlite support for k3sup install

02 Dec 20:00
Compare
Choose a tag to compare

Changelog for 0.6.7:

See instructions on HA masters in the README for usage.

Generated by Derek

Bump cert-manager to 0.12.0 which supports ARMHF!

28 Nov 16:29
4cd8eaa
Compare
Choose a tag to compare

Changelog for 0.6.6:

  • Bump cert-manager to 0.12.0 which supports ARMHF!

Any k8s cluster (even on a Raspberry Pi):

k3sup app install cert-manager

That's it!

Generated by Derek

Add local install mode for k3sup install

25 Nov 13:54
Compare
Choose a tag to compare
Closes: #2

This feature allows the k3sup binary to be used to install k3s
within cloud-init, through bash, or for general local usage
without needing to pass through ssh.

Tested against a Civo Ubuntu node both remotely and with an
IP given. The new flag is --local.

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

Add --ingress-class to openfaas-ingress app

25 Nov 10:06
Compare
Choose a tag to compare

Changelog for 0.6.4:

Generated by Derek

Update for inlets-pro flag parsing

21 Nov 18:55
Compare
Choose a tag to compare

Changelog for 0.6.3:

Generated by Derek