alert-artist-66265
03/31/2020, 8:21 AMpulumi up
or just trying to install any plugin in general... it takes forever to download...alert-artist-66265
03/31/2020, 8:21 AMstale-knife-36790
03/31/2020, 8:22 AMDiagnostics:
pulumi:pulumi:Stack (azure-dev):
The Pulumi runtime detected that 166 promises were still active
at the time that the process exited. There are a few ways that this can occur:
* Not using `await` or `.then` on a Promise returned from a Pulumi API
* Introducing a cyclic dependency between two Pulumi Resources
* A bug in the Pulumi Runtime
Leaving promises active is probably not what you want. If you are unsure about
why you are seeing this message, re-run your program with the `PULUMI_DEBUG_PROMISE_LEAKS`
environment variable. The Pulumi runtime will then print out additional
debug information about the leaked promises.
azure:core:ResourceGroup (my_specified_resource_group):
error: Error ensuring Resource Providers are registered.
Terraform automatically attempts to register the Resource Providers it supports to
ensure it's able to provision resources.
If you don't have permission to register Resource Providers you may wish to use the
"skip_provider_registration" flag in the Provider block to disable this functionality.
Please note that if you opt out of Resource Provider Registration and Terraform tries
to provision a resource from a Resource Provider which is unregistered, then the errors
may appear misleading - for example:
> API version 2019-XX-XX was not found for Microsoft.Foo
Could indicate either that the Resource Provider "Microsoft.Foo" requires registration,
but this could also indicate that this Azure Region doesn't support this API version.
More information on the "skip_provider_registration" flag can be found here:
<https://www.terraform.io/docs/providers/azurerm/index.html#skip_provider_registration>
Original Error: Cannot register provider Microsoft.Kusto with Azure Resource Manager: resources.ProvidersClient#Register: Failure responding to request: StatusCode=403 -- Original Error: autorest/azure: Service returned an error. Status=403 Code="AuthorizationFailed" Message="The client <mailto:'live.com#my_email@hotmail.com|'live.com#my_email@hotmail.com>' with object id '********-****-****-********950e' does not have authorization to perform action 'Microsoft.Kusto/register/action' over scope '/subscriptions/********-****-****-****-********e859' or the scope is invalid. If access was recently granted, please refresh your credentials.".
bumpy-agent-19616
03/31/2020, 8:47 AMhelpful-processor-86468
03/31/2020, 1:50 PMpulumi up
my previous bucket got deleted and the creation of new one failed. pulumi up
doesn't help. How can I solve this?acoustic-leather-88378
03/31/2020, 2:04 PM1.13.1
)?
Found incompatible versions of @pulumi/pulumi. Differing major or minor versions are not supported.
Version 1.13.1 referenced at node_modules/@pulumi/kubernetesx/node_modules/@pulumi/kubernetes/node_modules/@pulumi/pulumi/package.json
Version 1.13.1 referenced at node_modules/@pulumi/pulumi/package.json
loud-oyster-36834
03/31/2020, 2:23 PM+- ├─ azure:network:ApplicationGateway extgateway replace [diff: ~name]
Is it possible to recover the stack from this state? setting the name
and pulumi up
, then remove name
will just revert me back into the same state.quiet-wolf-18467
03/31/2020, 4:09 PMwonderful-dog-9045
03/31/2020, 4:35 PMcolossal-alarm-90650
03/31/2020, 5:40 PMquiet-wolf-18467
03/31/2020, 6:45 PMcrooked-helicopter-55521
03/31/2020, 7:15 PMpulumi up
? Digging through the docs I can't find anything, which seems hard to belive. Am I missing something? It's been causing problems for a long running change I'm trying to dogreat-byte-67992
04/01/2020, 3:10 AMcolossal-alarm-90650
04/01/2020, 6:55 AMclean-eve-27532
04/01/2020, 8:15 AMsteep-caravan-65104
04/01/2020, 9:38 AMpulumi up --parallel 1
for single threaded execution, but still see this error.
Diagnostics:
gcp:kms:CryptoKeyIAMBinding (xxx-permissions):
error: post-step event returned an error: failed to save snapshot: An IO error occurred during the current operation: blob (key ".pulumi/stacks/<stack-name>.json") (code=Unknown): googleapi: Error 429: The rate of change requests to the object <gcs-bucket-name>/.pulumi/stacks/<stack-name>.json exceeds the rate limit. Please reduce the rate of create, update, and delete requests., rateLimitExceeded
pulumi:pulumi:Stack (<pulumi-project-name>-<stack-name>):
error: update failed
We may have to give up on using GCS buckets entirely for storing pulumi state. Does anybody know about what could be causing this issue or any workarounds? Thanks.
Have created github issue for this too: https://github.com/pulumi/pulumi/issues/4258enough-kite-69616
04/01/2020, 5:16 PMDiagnostics:
azure:core:ResourceGroup (RD-FoundationalServices-rg):
error: Error ensuring Resource Providers are registered.
Terraform automatically attempts to register the Resource Providers it supports to
ensure it's able to provision resources.
If you don't have permission to register Resource Providers you may wish to use the
"skip_provider_registration" flag in the Provider block to disable this functionality.
Please note that if you opt out of Resource Provider Registration and Terraform tries
to provision a resource from a Resource Provider which is unregistered, then the errors
may appear misleading - for example:
> API version 2019-XX-XX was not found for Microsoft.Foo
Could indicate either that the Resource Provider "Microsoft.Foo" requires registration,
but this could also indicate that this Azure Region doesn't support this API version.
More information on the "skip_provider_registration" flag can be found here:
<https://www.terraform.io/docs/providers/azurerm/index.html#skip_provider_registration>
Original Error: Cannot register provider Microsoft.DocumentDB with Azure Resource Manager: resources.ProvidersClient#Register: Failure responding to request: StatusCode=403 -- Original Error: autorest/azure: Service returned an error. Status=403 Code="AuthorizationFailed" Message="The client <mailto:'jcarreira@mtb.com|'jcarreira@mtb.com>' with object id 'a25caa95-0e42-47b3-99a0-47bc2ba17ceb' does not have authorization to perform action 'Microsoft.DocumentDB/register/action' over scope '/subscriptions/7e01b735-d940-4f45-953c-08f86d80d43f' or the scope is invalid. If access was recently granted, please refresh your credentials.".
salmon-account-74572
04/01/2020, 5:53 PMnpm install
, and after NPM was done installing packages it reported this:
found 21 low severity vulnerabilities
run `npm audit fix` to fix them, or `npm audit` for details
Is this something that should be addressed? npm audit
provides some verbose output that identifies the dependencies that affected. (I'm new to the NodeJS/npm world, so apologies if this is a stupid question.)calm-greece-42329
04/01/2020, 7:10 PMelegant-crayon-4967
04/01/2020, 9:35 PMreadonly tags: pulumi.Input<{
[key: string]: pulumi.Input<string>;
}>;
When I try to call a value in there like follows pulumi.all([tags.t_env]).apply
I get error
Property 't_env' does not exist on type 'Input<{ [key: string]: Input<string>; }>'.
Property 't_env' does not exist on type 'Promise<{ [key: string]: Input<string>; }>'.ts(2339)
calm-greece-42329
04/01/2020, 11:16 PMgreat-accountant-75189
04/02/2020, 5:56 AMaws.eks.getCluster
doesn’t return a Cluster
object..acceptable-stone-35112
04/02/2020, 8:17 AMacceptable-stone-35112
04/02/2020, 8:17 AMwitty-cat-14403
04/02/2020, 10:28 AMgreat-analyst-59265
04/02/2020, 10:32 AMhelpful-processor-86468
04/02/2020, 11:28 AMstale-knife-36790
04/02/2020, 12:10 PMstale-knife-36790
04/02/2020, 12:13 PMconst greeting = new gcp.cloudfunctions.HttpCallbackFunction("greeting", ((req, res) => {
try {
app.get('/', async (req, res) => {
res.send(JsonData);
});
} catch (err) {
}
}));
stale-knife-36790
04/02/2020, 12:18 PMstale-knife-36790
04/02/2020, 12:18 PM