kscout / serverless-registry-api

API which curates serverless applications.
https://api.kscout.io
GNU General Public License v2.0
0 stars 1 forks source link

Explain deploy script in deploy instructions endpoint #147

Closed Noah-Huppert closed 5 years ago

Noah-Huppert commented 5 years ago

Explain to the user what the script does so they feel comfortable running.

Noah-Huppert commented 5 years ago

Also tell them that the script has to be run with bash.

Noah-Huppert commented 5 years ago

Example output after changes:

To deploy the Serverless Example NodeJS application run the following command in bash:

. <(curl -L http://localhost:5000/apps/id/serverless-example-nodejs/deploy.sh)

This command will complete the following actions:

  • Present values for any ConfigMap and / or Secret resources and give you a chance to customize them
  • Deploy app's resource manifests, with any custom values, to your cluster using kubectl

You can see the raw resource manifests for the Serverless Example NodeJS app here