stale-knife-36790
03/30/2020, 9:24 AMstale-knife-36790
03/30/2020, 9:24 AMfaint-motherboard-95438
03/30/2020, 9:29 AMgorgeous-postman-12842
03/30/2020, 9:55 AMfamous-breakfast-43486
03/30/2020, 9:56 AMstale-knife-36790
03/30/2020, 11:10 AMcurl <https://europe-west1-project-name.cloudfunctions.net/api-name>
great-analyst-59265
03/30/2020, 11:29 AMbumpy-agent-19616
03/30/2020, 11:30 AMbright-jordan-62321
03/30/2020, 11:51 AMError waiting for the completion of the creating/updating of databricks workspace "dpworkspaceeadbac04" (resource group "resourcegroup8de3db5b"): code="permissionnotpropagated" message="permission_not_propagated: a retryable error occurred. databricks has not yet received permission to access resources in your managed resource group, which is necessary to set up your workspace. this process could take up to an hour. please retry then.
stale-knife-36790
03/30/2020, 12:12 PMbetter-flower-95361
03/30/2020, 12:40 PMvar node1 = <ClusterRkeConfigNode>{};
node1.roles = ['worker'];
node1.user = '??'; // registry user
node1.labels = { 'frontend': 'ui' };
node1.address = '192.168.5.31';
node1.sshKeyPath = './keys/node1.id_rsa';
After running pulumi up command (with verbose node) I can see in the log following error:
I0330 140453.793631 4620 host.go:451] Error closing 'nodejs' language plugin during shutdown; ignoring: 1 error occurred: * TerminateProcess: Access is denied.
I don't know where is the problem. Who is registry user?flat-parrot-25697
03/30/2020, 1:12 PMimage: awsx.ecs.Image.fromPath("nginx", "./app"),
what is the meaning of the "nginx"cool-egg-852
03/30/2020, 4:52 PMcolossal-alarm-90650
03/30/2020, 7:31 PMbitter-zebra-93800
03/30/2020, 11:39 PMAnyone done a tool that parses pulumi stack output ? I want to capture it and insert it into some ansible code
breezy-gold-44713
03/30/2020, 11:54 PMFound incompatible versions of @pulumi/pulumi. Differing major or minor versions are not supported.
Version 1.13.1 referenced at node_modules/@pulumi/pulumi/package.json
Version 1.10.1 referenced at node_modules/@pulumi/kubernetesx/node_modules/@pulumi/pulumi/package.json
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
wonderful-dog-9045
03/31/2020, 4:35 PMcolossal-alarm-90650
03/31/2020, 5:40 PMquiet-wolf-18467
crooked-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 AM