boundless-intern-43214
04/29/2021, 10:01 AMerror: gcp:container/cluster:Cluster resource 'cluster' has a problem: parsing time "07:00" as "2006-01-02T15:04:05Z07:00": cannot parse "0" as "2006". Examine values at 'Cluster.MaintenancePolicy.RecurringWindow[0].StartTime'.
error: gcp:container/cluster:Cluster resource 'cluster' has a problem: parsing time "15:00" as "2006-01-02T15:04:05Z07:00": cannot parse "0" as "2006". Examine values at 'Cluster.MaintenancePolicy.RecurringWindow[0].EndTime'.
boundless-intern-43214
04/29/2021, 10:01 AMstartTime
and endTime
?wide-glass-98978
04/29/2021, 7:42 PMdestroy
a projects.NewIAMBinding
that there is collateral damage and all other bindings with the same role are getting nuked from the target projectswide-glass-98978
04/29/2021, 7:44 PMstorage.objectViewer
), but when I delete one of the reader stacks, and clobbers all of the bindings in the project that grant storage.objectViewer
wide-glass-98978
04/30/2021, 2:16 PMIAMBinding
and I should have been using IAMMember
. IAMBinding
sets the entire project membership for the named role, which is very surprising as someone familiar with k8s `rolebinding`sred-area-47037
05/01/2021, 2:24 PMmodern-animal-54928
05/02/2021, 5:40 PMmodern-animal-54928
05/02/2021, 5:40 PMmodern-animal-54928
05/02/2021, 5:41 PMmodern-animal-54928
05/02/2021, 5:42 PMmodern-animal-54928
05/02/2021, 5:42 PMmodern-animal-54928
05/02/2021, 9:37 PMmodern-animal-54928
05/02/2021, 9:49 PMError creating Address: googleapi: Error 403: Compute Engine API has not been used in project XXX before or it is disabled. Enable it by visiting <https://console.developers.google.com/apis/api/compute.googleapis.com/overview?project=XXX> then retry.
Can you confirm me that adding some services to that project is enough ? I am adding the following ones:
services=["<http://cloudapis.googleapis.com|cloudapis.googleapis.com>", "<http://compute.googleapis.com|compute.googleapis.com>", "<http://logging.googleapis.com|logging.googleapis.com>", "monitori <http://ng.googleapis.com|ng.googleapis.com>","<http://cloudbilling.googleapis.com|cloudbilling.googleapis.com>"]
Thanks !most-magician-78411
05/04/2021, 12:17 AMmost-magician-78411
05/04/2021, 3:51 AMproud-pizza-80589
05/12/2021, 9:06 PMcuddly-father-4905
05/12/2021, 11:42 PMquiet-truck-58459
05/17/2021, 9:41 PMquiet-truck-58459
05/19/2021, 11:49 AMpulumi_google_native
with Python?adorable-continent-4073
05/31/2021, 10:23 PMgoogle-beta
provider, but erroring out on that (Typescript). I'm working from the example here. the error i'm getting is this:
TSError: ⨯ Unable to compile TypeScript:
index.ts(84,19): error TS1136: Property assignment expected.
index.ts(65,13): error TS2304: Cannot find name 'google_beta'.
quick-painter-61380
06/02/2021, 2:27 PMadorable-continent-4073
06/02/2021, 10:22 PMresource does not exist
from pulumi import
? I can see the resource (a cloudrun service) in console, and I'm providing the name to pulumi import
like so:
pulumi import gcp:cloudrun/service:Service ruby-service uswest-1/pulumi-training-xxx/ruby-xyzw
where pulumi-training-xxx
is my GCP project ID, and ruby-xyzw
is my cloud run service ID (which i created with pulumi, actually).
I've tried all the format variations for pulumi import
and nothing is ever found by pulumi.clever-byte-21551
06/03/2021, 5:32 AMgifted-planet-66368
06/09/2021, 11:06 AM-> % pulumi up
Enter your passphrase to unlock config/secrets
(set PULUMI_CONFIG_PASSPHRASE or PULUMI_CONFIG_PASSPHRASE_FILE to remember):
Previewing update (dev):
Type Name Plan Info
pulumi:pulumi:Stack pubsub-dev 1 error
Diagnostics:
pulumi:pulumi:Stack (pubsub-dev):
error: Running program '/Users/svs/IdeaProjects/sandbox/pulumi' failed with an unhandled exception:
Error: 13 INTERNAL: Received RST_STREAM with code 2 triggered by internal client error: Protocol error
at Object.callErrorFromStatus (/Users/svs/IdeaProjects/sandbox/pulumi/node_modules/@grpc/grpc-js/src/call.ts:81:24)
at Object.onReceiveStatus (/Users/svs/IdeaProjects/sandbox/pulumi/node_modules/@grpc/grpc-js/src/client.ts:338:36)
at Object.onReceiveStatus (/Users/svs/IdeaProjects/sandbox/pulumi/node_modules/@grpc/grpc-js/src/client-interceptors.ts:426:34)
at Object.onReceiveStatus (/Users/svs/IdeaProjects/sandbox/pulumi/node_modules/@grpc/grpc-js/src/client-interceptors.ts:389:48)
at /Users/svs/IdeaProjects/sandbox/pulumi/node_modules/@grpc/grpc-js/src/call-stream.ts:276:24
at processTicksAndRejections (node:internal/process/task_queues:78:11)
I intalled Pulumi via homebrew (3.4.0). grpc-js is at the latest version (1.3.2), node version is 16.3.0alert-helicopter-26131
06/10/2021, 7:17 AMgcp.compute.ManagedSslCertificate
. Got some kind of dependency error on `pulumi up`:
error: deleting urn:pulumi:staging::REDACTED::gcp:compute/managedSslCertificate:ManagedSslCertificate::app: 1 error occurred:
* Error when reading or editing ManagedSslCertificate: googleapi: Error 400: The ssl_certificate resource 'projects/REDACTED/global/sslCertificates/app-22f6675' is already being used by 'projects/REDACTED/global/targetHttpsProxies/app-b28855a', resourceInUseByAnotherResource
I'm stuck and not sure how to get unstuck. (I tried doing pulumi up -r
, same result.)limited-rainbow-51650
06/21/2021, 10:56 AMgetCluster
my best option?
https://www.pulumi.com/docs/reference/pkg/gcp/container/getcluster/adorable-action-51248
06/21/2021, 6:11 PMeager-thailand-33661
06/24/2021, 10:10 AMrhythmic-actor-14991
06/25/2021, 2:18 AMrhythmic-actor-14991
06/25/2021, 2:18 AMconst messageTopic = new gcp.pubsub.Topic("gcp_disk_leak_detector");