Skip to content

Tags: amalkh5/k3sup

Tags

0.9.2

Toggle 0.9.2's commit message
Add --no-extras flag

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

0.9.1

Toggle 0.9.1's commit message
Give non-zero exit code for k3sup app

This is so CI scripts and automation fails

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

0.9.0

Toggle 0.9.0's commit message
Merge branch 'remove-apps'

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

0.8.14

Toggle 0.8.14's commit message
Update inlets-operator to take the --secret-key-file flag

We have added support in the chart to accept the secret-key-file
for providers like scaleway and EC2 which require a secret key.

This commit adds support for that flag

Signed-off-by: Alistair Hey <[email protected]>

0.8.13

Toggle 0.8.13's commit message
Update inlets-operator app overrides

Update the inlets-op overrides to use `projectID` instead of
`gceProjectID` and `packetProjectID`.
Also use `organizationID` instead of `organization-id` in overrides
as helm does not accept "-" in the key passed into the --set flag.

Signed-off-by: Utsav Anand <[email protected]>

0.8.12

Toggle 0.8.12's commit message
Add formatting to Travis

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

0.8.11

Toggle 0.8.11's commit message
Re-add the --wait flag to the helm3 installation

This commit re-adds the wait flag to helm3 installation
and sets the default --version to empty string, this
installs the latest chart version by default. When we need
a specific version we can set it (see cert-manager)

Signed-off-by: Alistair Hey <[email protected]>

0.8.10

Toggle 0.8.10's commit message
Add flag to override basic-auth password

This adds a flag to the openfaas app that overides
the randomly generated password with a customer-supplied
value

This has been tested by setting the flag, and reading the value from kubectl secret
Also I was able to login to the UI.

Then I left the flag off, and a random password was generated, and I used this to login

Signed-off-by: Alistair Hey <[email protected]>

0.8.9

Toggle 0.8.9's commit message
Add note for removing cached versions of k3sup tools

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

0.8.8

Toggle 0.8.8's commit message
Prevent installation of apps for arm

Certain apps cannot be installed on ARM, why? Because the
authors do not provide support.

k3sup is not about ARM, it's about being able to install any
compatible app to any compatible Kubernetes cluster, with
Intel aka PC aka "normal computers" being the default target
of most cloud software.

cc @pisymbol

Fixes: alexellis#198

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