Releases: alexellis/k3sup
Releases · alexellis/k3sup
Update OpenFaaS to use "Always" pull policy for functions
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
Suppress "helm init" for helm3 in openfaas app
Add helm3 support for OpenFaaS and add Minio app
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
Changelog for 0.6.8:
- PR #121 Add openfaas config and Kafka-connector by @alexellis
- PR #117 Add
--ipsec
option to the installer by @cmelgarejo - PR #120 Add app for OpenFaaS cron-connector by @alexellis
# 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
Changelog for 0.6.7:
- PR #115 Initialise a cluster with dqlite by @alexellis
- PR #113 Fixing type-o and adding verbiage. by @pryorda
See instructions on HA masters in the README for usage.
Generated by Derek
Bump cert-manager to 0.12.0 which supports ARMHF!
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
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
Changelog for 0.6.4:
- PR #110 Add --ingress-class flag to openfaas-ingress by @alexellis
Generated by Derek
Update for inlets-pro flag parsing
Changelog for 0.6.3:
Generated by Derek