You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running these scripts, it seemed to get stuck on creating a network, which I am not sure why this is actually needed. I found out later that this ran up against a quote. Creating a new network creates a VPC, which then creates subnets across all regions.
ERROR: (gcloud.deployment-manager.deployments.create) Wait for Operation [operation-1658558492916-5e4733dcf3987-eed04cd5-674edd2d] exceeded timeout [1200].
When I looked at the deployment in the web console, I saw this:
The deployment uses actions, which are an unsupported feature. We recommend that you avoid using actions. For more information visit: https://cloud.google.com/deployment-manager/docs/migrations/actions Examples of actions used (some actions may not be in this list): gcp-types/sqladmin-v1beta4:sql.users.delete, gcp-types/cloudresourcemanager-v1:cloudresourcemanager.projects.getIamPolicy, gcp-types/cloudresourcemanager-v1:cloudresourcemanager.projects.setIamPolicy
This deployment has resources from the Runtime Configurator service, which is in Beta. There is no planned date for moving this feature into General Availability (GA). Examples of runtimeconfig types used: runtimeconfig.v1beta1.config, runtimeconfig.v1beta1.waiter
The text was updated successfully, but these errors were encountered:
Steps to Reproduce
Expected Results
These scripts would work.
Actual Results
When running these scripts, it seemed to get stuck on creating a network, which I am not sure why this is actually needed. I found out later that this ran up against a quote. Creating a new network creates a VPC, which then creates subnets across all regions.
When I looked at the deployment in the web console, I saw this:
The text was updated successfully, but these errors were encountered: