alexellis / arkade

Open Source Marketplace For Developer Tools
https://blog.alexellis.io/kubernetes-marketplace-two-year-update/
MIT License
4.25k stars 289 forks source link

Improve the arkade app for openfaas Pro #752

Closed alexellis closed 2 years ago

alexellis commented 2 years ago

Improve the arkade app for openfaas Pro

Expected Behaviour

It'd be convenient if the following set up the key required for the OpenFaaS Pro dashboard:

arkade install openfaas \
  --clusterrole \
  --license-file ~/.openfaas/LICENSE \
  --set autoscaler.enabled=true \
  --set dashboard.publicURL=http://127.0.0.1:8080

In addition, the autoscaler.enabled and dashboard.enabled features could be made into a first-level flag.

Current Behaviour

Longer flags

A few manual steps for creating the keys

Possible Solution

1) Add flags for convenience 2) In addition, create the required keys for the dashboard

Context

For improving testing of OpenFaaS Pro for customers running on their laptops and for the OpenFaaS team.

alexellis commented 2 years ago

Anything else you want to suggest @welteki ?