k3sup

bootstrap K3s over SSH in < 60s 🚀

OTHER License

Stars
6.2K
Committers
51

Bot releases are hidden (Show)

k3sup - Update helm to version v2.15.2

Published by alexellis almost 5 years ago

Changelog for 0.5.6:

  • PR #84 Update helm version to v2.15.2 by @alexellis

Generated by Derek

k3sup - Move to v1 of execute package

Published by alexellis almost 5 years ago

Changelog for 0.5.5:

Generated by Derek

k3sup - Add generic installer for "chart" and app for tiller

Published by alexellis almost 5 years ago

Changelog:

  • Added generic installer for "chart" and app for tiller
k3sup - Encode parameters for the metrics-server

Published by alexellis almost 5 years ago

Changelog for 0.5.3:

Generated by Derek

k3sup - Add flag for when where sudo not available

Published by alexellis almost 5 years ago

Changelog:

  • Add flag for when where sudo not available --sudo false #70 thanks @Hades32 🎉
k3sup - Release binaries with Go 1.13

Published by alexellis almost 5 years ago

Release binaries with Go 1.13

k3sup - Fix arm64 determination for OpenFaaS

Published by alexellis almost 5 years ago

Fix arm64 determination for OpenFaaS

k3sup - Add cert-manager app

Published by alexellis almost 5 years ago

Changelog:

  • Add cert-manager app #53 @utsavanand2
k3sup - Set default namespace for inlets-operator

Published by alexellis almost 5 years ago

Changelog:

  • Set default namespace for inlets-operator
k3sup - Add inlets-operator app

Published by alexellis almost 5 years ago

Add inlets-operator app

k3sup - Add figlet command for RPi

Published by alexellis almost 5 years ago

Add figlet command for RPi

k3sup - Automated release

Published by alexellis about 5 years ago

k3sup - Automated release via CI

Published by alexellis about 5 years ago

k3sup - Add metrics-server app

Published by alexellis about 5 years ago

Changelog:

  • Add metrics-server app #47
k3sup app install metrics-server
k3sup - Support flag overrides

Published by alexellis about 5 years ago

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
k3sup - Download helm and use custom folder for it

Published by alexellis about 5 years ago

Changelog:

  • Download helm binary and use custom folder #45 @alexellis
k3sup - Add prototype for installing apps

Published by alexellis about 5 years ago

Changelog:

  • Add prototype for installing apps #38 @alexellis
k3sup app install openfaas

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

k3sup - Add context flag to server command

Published by alexellis about 5 years ago

Changelog:

  • Add context flag to server command #40 @blackjid
k3sup - Replace 127.0.0.1 with Public IP address while generating kubeconfig

Published by alexellis about 5 years ago

Changelog:

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

Required as of v0.9.0 of k3s.

k3sup - Add version pinning of k3s

Published by alexellis about 5 years ago

Changelog:

  • Add version pinning #36 @alexellis @GnaphronG

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