Tags: amalkh5/k3sup
Tags
Add --no-extras flag Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
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]>
Merge branch 'remove-apps' Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
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]>
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]>
Add formatting to Travis Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
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]>
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]>
Add note for removing cached versions of k3sup tools Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
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]>
PreviousNext