Google Cloud Functions Deployment Failure - Unexplained

Viewed 2244

We're trying to deploy our Google Cloud Functions, but keep getting this error. We get the same error when trying to trigger our functions.

Everything worked fine until today, with no code changes.

Error message:

ERROR: (gcloud.beta.functions.deploy) OperationError: code=13, message=Failure in the execution environment

Steps Taken:

  • Delete all functions
  • Redeploy all functions (gcloud SDK)

AFAICT, these are Kubernetes errors, which appears to be a GCF implementation detail leaking through.

2 Answers
Related