GoogleCloudPlatform / spinnaker-for-gcp

Production-ready Spinnaker on GKE
175 stars 131 forks source link

Modify function setup to automatically select available nodejs runtimes #261

Open rapidgithub opened 1 year ago

rapidgithub commented 1 year ago

As of now nodejs8 runtime is not available for google cloud functions.

Suggest using `--region us-west1`
NAME: nodejs10
NAME: nodejs12
NAME: nodejs14
NAME: nodejs16
NAME: nodejs18
NAME: nodejs20

https://github.com/GoogleCloudPlatform/spinnaker-for-gcp/blame/26455a6d348a072ea90976fb1b0d490f02cb013e/scripts/install/setup.sh#L351