boundless-airport-99052
11/08/2019, 11:25 AMmax_prepared_transactions
configuration of an Azure PostgresSQL server, I have to restart the database.
Neither pulumi nor terraform seems to be able to restart the database.
So I want to know if this resource (azure.postgresql.Configuration
) has been created during the pulumi up
and if true, trigger a manual restart outside of pulumi.better-actor-92669
11/08/2019, 12:09 PMERROR: (gcloud.container.clusters.create) ResponseError: code=403, message=Insufficient regional quota to satisfy request for resource: "IN_USE_ADDRESSES". The request requires '9.0' and is short '1.0'. The regional quota is '8.0' with '8.0' available.
Open the GCP Console and navigate to IAM & admin -> Quotas.
Filter the quotas by selecting your region under Location.
Check the box next to Compute Engine API CPUs, then click EDIT QUOTAS.
Follow the steps to increase the quota. Quotas are not immediately increased.
better-rainbow-14549
11/08/2019, 12:26 PMcurved-ghost-20494
11/08/2019, 1:28 PMnpm install @mynpm/infra-templates
and then use `createStaticSite('``www.foo.com``', './projects/foo-dot-com/www')` to abstract away the setup for creating an S3 based static site.curved-ghost-20494
11/08/2019, 1:29 PMcolossal-plastic-46140
11/08/2019, 2:13 PMbetter-rainbow-14549
11/08/2019, 2:13 PMpulumi login file://$PWD
better-rainbow-14549
11/08/2019, 2:14 PMelegant-crayon-4967
11/08/2019, 8:31 PMecsCluster.addAutoScalingGroup(awsxEcsClusterASG)
and thought that would be the connection to tie the 2gorgeous-postman-12842
11/08/2019, 8:56 PMpulumi stack ls
is always empty. I have logged in using --local
gorgeous-postman-12842
11/08/2019, 8:57 PM❯ pulumi stack ls
NAME LAST UPDATE RESOURCE COUNT
billions-lock-73409
11/08/2019, 9:03 PMgorgeous-postman-12842
11/08/2019, 9:06 PMbillions-lock-73409
11/08/2019, 9:10 PMgorgeous-postman-12842
11/08/2019, 9:17 PMbillions-lock-73409
11/08/2019, 9:18 PMgorgeous-postman-12842
11/08/2019, 9:18 PMpulumi stack ls
yielding empty result, I have commented on an existing bug here: https://github.com/pulumi/pulumi/issues/2679#issuecomment-551992056 Possibly it should be a new bug.gorgeous-postman-12842
11/08/2019, 9:21 PMdestroy
functionality so one needs to be very cautious while using it. Also, our infra deployments are not done daily. We have decent setup of ARM and corresponding template files but by design ARM leaves a lot to be wanted.billions-lock-73409
11/08/2019, 9:22 PMbillions-lock-73409
11/08/2019, 9:22 PMimportant-leather-28796
11/08/2019, 10:29 PMClusterRoleBinding
show as an update?bumpy-breakfast-57632
11/08/2019, 10:59 PMearly-intern-90238
11/09/2019, 1:20 AMearly-intern-90238
11/09/2019, 1:21 AMfancy-translator-86814
11/09/2019, 11:55 AMstack_init
, stack_rm
, and stack_output
. I really looking forward to it.better-actor-92669
11/11/2019, 3:00 PMCluster "gke-cluster-1" has terminal state "ERROR" with message "Retry budget exhausted (10 attempts): Google Compute Engine: A route in one of the active peer networks hides the address space of the new subnetwork."
Now I want to recreate it, but I get Plan apply failed: googleapi: Error 409: Already exists: projects/.../zones/europe-west3-c/clusters/gke-cluster-1., alreadyExists
I removed this resource from pulumi state directly with pulumi state rm urn
, but the behaviour is the same.delightful-lizard-41466
11/11/2019, 3:35 PMcreamy-shoe-96075
11/11/2019, 5:03 PMmodern-army-90330
11/11/2019, 7:54 PMenough-ability-20396
11/12/2019, 5:02 AMpulum preview
or pulumi up
commands, I see the following error log. Any ideas on what might be going on?
$ pulumi preview
Previewing update (solvvy/<redacted>):
Type Name Plan Info
pulumi:pulumi:Stack <redacted> 1 error
Diagnostics:
pulumi:pulumi:Stack (solvvy-ml-main):
error: Running program '/Users/amey/work/code/infrastructure-live/gcp-projects/<redacted>/project' failed with an unhandled exception:
Error: invocation of gcp:organizations/getActiveFolder:getActiveFolder returned an error: invoking gcp:organizations/getActiveFolder:getActiveFolder: Folder not found
at monitor.invoke (/Users/amey/work/code/infrastructure-live/gcp-projects/solvvy-ml/project/node_modules/@pulumi/pulumi/runtime/invoke.js:74:33)
at Object.onReceiveStatus (/Users/amey/work/code/infrastructure-live/gcp-projects/solvvy-ml/project/node_modules/grpc/src/client_interceptors.js:1205:9)
at InterceptingListener._callNext (/Users/amey/work/code/infrastructure-live/gcp-projects/solvvy-ml/project/node_modules/grpc/src/client_interceptors.js:568:42)
at InterceptingListener.onReceiveStatus (/Users/amey/work/code/infrastructure-live/gcp-projects/solvvy-ml/project/node_modules/grpc/src/client_interceptors.js:618:8)
at callback (/Users/amey/work/code/infrastructure-live/gcp-projects/solvvy-ml/project/node_modules/grpc/src/client_interceptors.js:845:24)
at Function.module.exports.loopWhile (/Users/amey/work/code/infrastructure-live/gcp-projects/solvvy-ml/project/node_modules/deasync/index.js:71:23)
at promiseResult (/Users/amey/work/code/infrastructure-live/gcp-projects/solvvy-ml/project/node_modules/@pulumi/pulumi/utils.js:70:13)
at Object.liftProperties (/Users/amey/work/code/infrastructure-live/gcp-projects/solvvy-ml/project/node_modules/@pulumi/pulumi/utils.js:102:19)
at Object.getActiveFolder (/Users/amey/work/code/infrastructure-live/gcp-projects/solvvy-ml/project/node_modules/@pulumi/organizations/getActiveFolder.ts:37:25)
at Object.<anonymous> (/Users/amey/work/code/infrastructure-live/gcp-projects/solvvy-ml/project/core-project.ts:9:21)
Permalink: <https://app.pulumi.com/solvvy/><redacted>/<redacted>/previews/a98b9966-82b6-4be3-9cf3-4d1b3d3b937c
FWIW I have owner
access to the underlying GCP project and I am able to run pulumi
commands on other stacks in the same project.