Hello
I have an error while deploying on GCP
I follow on the tutorial:
https://docs.nvidia.com/ace/latest/workflows/tokkio/text/Tokkio_GCP_CSP_Setup_Guide_automated.html
I used manifest " https://github.com/NVIDIA/ACE/blob/main/workflows/tokkio/scripts/one-click/gcp/deploy-template.yml "
Then I run "bash tokkio-deploy install"
I get an error:
│ Error: googleapi: Error 400: Please create your bucket in NAM4, which is made up of the regions (US-EAST1, US-CENTRAL1), invalid
│
│ with module.app.module.ui_bucket.google_storage_bucket.this,
│ on ../modules/gcp/website-bucket/main.tf line 2, in resource “google_storage_bucket” “this”:
│ 2: resource “google_storage_bucket” “this” {
│
╵
I tried multy region and dual region for NAM4
But every time I got this error
do you have any ideas how to overcome this?
https://github.com/NVIDIA-NIM-Agent-Blueprints/digital-human/issues/6
Hi @BondDi1 ,
Welcome to the Google Cloud Community!
Based on the error from the script you’ve given, the issue may be caused by the main.tf file. The script has a custom_placement_config
method, which is specific for dual region configurations.
Suggested steps:
custom_placement_config
and test the deployment to see if the error still shows upupper(var.region)
and upper(var.alternate_region)
should be US-EAST1, US-CENTRAL1
respectively for NAM4
If these steps didn’t resolve the issue, I’d suggest sending a message to the developer of the script for more assistance.
I hope this helps!