acceptable-army-69872
10/01/2019, 6:34 PMbig-potato-91793
10/01/2019, 7:32 PMerror: failed to load checkpoint: blob (code=Unknown): MissingRegion: could not find region configuration
error: could not create stack: An IO error occurred during the current operation: blob (code=Unknown): MissingRegion: could not find region configuration
Any thought?worried-city-86458
10/01/2019, 7:49 PMrestartPolicy: Never
but pulumi times out after waiting > 10m for it to become ready, which is both pointless and painful.some-carpenter-53382
10/01/2019, 10:30 PMsome-carpenter-53382
10/01/2019, 10:31 PMearly-intern-90238
10/01/2019, 11:43 PMambitious-helmet-24352
10/02/2019, 4:16 AM-no-enable-master-authorized-networks
inside the typescript GKE configshundreds-portugal-17080
10/02/2019, 6:02 AMbroad-pencil-85643
10/02/2019, 10:06 AMworried-country-51462
10/02/2019, 12:47 PMallow-unauthenticated
arg so that I can make it public.
Any lead is welcome 🙂big-analyst-25083
10/02/2019, 2:45 PMbig-analyst-25083
10/02/2019, 2:45 PMbig-analyst-25083
10/02/2019, 2:46 PMworried-engineer-33884
10/02/2019, 3:01 PMbitter-dentist-28132
10/02/2019, 3:24 PMbusy-umbrella-36067
10/02/2019, 3:32 PMstocky-spoon-28903
10/02/2019, 3:35 PMbusy-umbrella-36067
10/02/2019, 3:36 PMgentle-diamond-70147
10/02/2019, 3:38 PMbetter-rainbow-14549
10/02/2019, 3:38 PMgentle-diamond-70147
10/02/2019, 3:50 PMpulumi up --tracing=file:./out.trace
and then view the data with PULUMI_DEBUG_COMMANDS=true pulumi view-trace out.trace
.busy-umbrella-36067
10/02/2019, 4:37 PMpulumirpc.ResourceMonitor/RegisterResource
takes up 85% of the preview timecool-egg-852
10/02/2019, 4:39 PM<http://pulumi.com/timeoutSeconds|pulumi.com/timeoutSeconds>
is an annotation instead of an option to the pulumi resource? Seems weird to be modifying the resource in order to change the behavior of pulumi. Same goes for skipAwait
.cool-egg-852
10/02/2019, 5:02 PMacceptable-army-69872
10/02/2019, 5:48 PMaws:s3:Bucket (bucketName):
warning: inputs to import do not match the existing resource; importing this resource will fail
This is the change:
~ bucket: "bucketName" => "bucketName-8c54a03"
code const config = new pulumi.Config();
const sb: string = config.require("sourceBucket")
const sourceBucket = new aws.s3.Bucket(sb,
{},
{ import: sb });
incalculable-engineer-92975
10/02/2019, 6:32 PMcool-egg-852
10/02/2019, 7:57 PMadamant-dress-73325
10/02/2019, 9:06 PMconst vpcPrivateSubnetIds = (stackRef.requireOutputSync("vpcPrivateSubnetIds") as unknown) as Array<
pulumi.Output<string>
>;
miniature-chef-87843
10/03/2019, 1:33 AMrequire
the output in a CallbackFunction
?prehistoric-analyst-52684
10/03/2019, 11:07 AMaliases
argument of each existing resource. When I pulumi up
, all resources are to be recreated. I am pretty sure the urn is correct, as I am taking it from the exported stack file. Here is an example resource:
const logGroup = new aws.cloudwatch.LogGroup(`${name}_cloudwatchLogGroup`, {}, { provider, parent: this, aliases: ["urn:pulumi:edith-lookup-feat::edith::aws:cloudwatch/logGroup:LogGroup::cloudwatchLogGroup_edith-lookup-service"] });
What am I doing wrong?