Giter VIP home page Giter VIP logo

Comments (7)

sethvargo avatar sethvargo commented on August 26, 2024 1

Hi @eggsy84 - the team identified the cause of this bug and is working on a fix to be included in the next release of gcloud.

from deploy-cloudrun.

sethvargo avatar sethvargo commented on August 26, 2024

Hi @eggsy84 - as the error message says, you've exhausted your quota. You can contact Google Cloud support to request a quota increase.

We only support the GitHub Action for deploying to Cloud Run. You must work with the Google Cloud support organization for quota issues.

from deploy-cloudrun.

eggsy84 avatar eggsy84 commented on August 26, 2024

Hi @sethvargo

Thanks for reviewing and coming back to me. In terms of the quota, would it be right that the exact same authentication and gcloud run deploy commands work manually if I use them on my terminal?

I would have thought that the quota would also be thrown as an error there if it was truly a quota issue?

Are there some other quotas that the action is using because all my cloud run quotas seem to be ok (above 0)

from deploy-cloudrun.

eggsy84 avatar eggsy84 commented on August 26, 2024

Possibly related to a GCP CLI bug @sethvargo

https://www.googlecloudcommunity.com/gc/Serverless/Cloud-Run-failing-to-deploy/m-p/685672

from deploy-cloudrun.

eggsy84 avatar eggsy84 commented on August 26, 2024

@sethvargo Have found that if you pin the GCP CLI version then the GitHub actions work successfully so I think this might be a bug with the upstream CLI tool rather than this particular GitHub action

Reference material
https://stackoverflow.com/questions/77678578/google-cloud-run-failed-precondition-due-to-quota-restrictions-but-real-quot/77787728#77787728

Pinning CLI version

      - name: Cloud run deploy
        uses: "google-github-actions/deploy-cloudrun@v2"
        with:
          service: ${{ inputs.service_name }}
          region: ${{ inputs.region }}
          source: ./
          project_id: ${{ inputs.project }}
          gcloud_version: "455.0.0"

from deploy-cloudrun.

sethvargo avatar sethvargo commented on August 26, 2024

Hi @eggsy84 - thanks for the feedback. Are you able to confirm the specific version where this breaks? Does 455 work but 456 does not? Here's a list of all the versions: https://cloud.google.com/sdk/docs/release-notes

from deploy-cloudrun.

eggsy84 avatar eggsy84 commented on August 26, 2024

Hey @sethvargo just had a play - I tested with the version after 455.0.0, version 456.0.0, and it failed

      - name: Cloud run deploy
        uses: "google-github-actions/deploy-cloudrun@v2"
        with:
          service: ${{ inputs.service_name }}
          region: ${{ inputs.region }}
          source: ./
          project_id: ${{ inputs.project }}
          gcloud_version: "456.0.0"

resulted in

ERROR: (gcloud.run.deploy) FAILED_PRECONDITION: failed precondition: due to quota restrictions, cannot run builds in this region. Please contact support

So would assume that versions post 455 break as well?

from deploy-cloudrun.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.