Closed alexellis closed 2 years ago
Improve the arkade app for openfaas Pro
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.
Longer flags
A few manual steps for creating the keys
1) Add flags for convenience 2) In addition, create the required keys for the dashboard
For improving testing of OpenFaaS Pro for customers running on their laptops and for the OpenFaaS team.
Anything else you want to suggest @welteki ?
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:
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.