Closed Noah-Huppert closed 5 years ago
Response which deploy instructions returns now:
To deploy the Serverless Example NodeJS application run the following command in bash: . <(curl -L https://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
To deploy the Serverless Example NodeJS application run the following command in bash:
. <(curl -L https://http://localhost:5000/apps/id/serverless-example-nodejs/deploy.sh)
This command will complete the following actions:
ConfigMap
Secret
kubectl
You can see the raw resource manifests for the Serverless Example NodeJS app here
Notice the https in the curl command and how the ~"raw resource manifests" link now points to api.kscout.io with HTTPS.
https
curl
this is not actually the problem.
The problem is https://github.com/kscout/serverless-registry-api/issues/156
Response which deploy instructions returns now:
Notice the
https
in thecurl
command and how the ~"raw resource manifests" link now points to api.kscout.io with HTTPS.