We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to deploy ask_ai on my own project. But it aborts. See i/o here:
(venv) myname@cloudshell:~/bigfunctions (project)$ bigfun deploy ask_ai INFO: Getting dataset INFO: Getting remote connection INFO: Creating remote connection INFO: Getting remote connection INFO: Set remote connection users to: user:[email protected] INFO: Creating folder with Cloud Run code /tmp/tmpk4gcas36xf INFO: Deploy Cloud Run service bf-ask-ai INFO: gcloud run deploy bf-ask-ai --max-instances 1 --memory 256Mi --cpu 1 --concurrency 8 --platform managed --quiet --no-allow-unauthenticated --ingress internal --source /tmp/tmpk4gcas36xf--region europe-west1 --project project ERROR: (gcloud.run.deploy) Aborted by user.
The text was updated successfully, but these errors were encountered:
Turns out, when the Last INFO line is run, the --quiet command suppresses the request for api activation:
cloudbuild.googleapis.com run.googleapis.com
Sorry, something went wrong.
Working now. So for the sake of easy deployment please add api-activation for all required apis.
No branches or pull requests
Check the bug has not already been reported
Edit the short error description in title above
What happened and what did you expect?
I am trying to deploy ask_ai on my own project. But it aborts.
See i/o here:
The text was updated successfully, but these errors were encountered: