Skip to content

Support flag overrides

Compare
Choose a tag to compare
@alexellis alexellis released this 11 Oct 09:30
· 379 commits to master since this release

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