cool-egg-852
03/28/2020, 6:13 AMcolossal-room-15708
03/28/2020, 8:35 AMerror: PULUMI_ACCESS_TOKEN must be set for login during non-interactive CLI sessions
glamorous-king-74395
03/28/2020, 2:26 PMclean-eve-27532
03/28/2020, 3:11 PMbetter-account-3959
03/28/2020, 5:30 PMfamous-kite-69533
03/28/2020, 6:03 PMalert-restaurant-79151
03/28/2020, 9:02 PMerror: aws:ecs/taskDefinition:TaskDefinition resource 'service' has a problem: ECS Task Definition container_definitions is invalid: Error decoding JSON: json: cannot unmarshal object into Go value of type []*ecs.ContainerDefinition
My code is:
const service = new aws.ecs.TaskDefinition("service", {
containerDefinitions: fs.readFileSync("task-definition.json", "utf-8"),
family: "some_family",
});
alert-restaurant-79151
03/28/2020, 9:13 PMalert-restaurant-79151
03/28/2020, 9:15 PMcontainerDefinitions: `[${fs.readFileSync("task-definition.json", "utf-8")}]`
This works.mammoth-france-95463
03/29/2020, 3:31 PMalert-restaurant-79151
03/29/2020, 6:14 PMminiature-arm-21874
03/29/2020, 9:56 PMcolossal-room-15708
03/30/2020, 6:03 AMsubnets = [('AzureBastionSubnet', '10.2.1.0/27'), ('GatewaySubnet', '10.2.1.32/27')]
I'd like to move this out of the code into configgray-tailor-20387
03/30/2020, 8:25 AMcluster_id = digitalocean_kubernetes_cluster.foo.id
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 14:04:53.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
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
+++ b/package.json
@@ -5,7 +5,6 @@
},
"dependencies": {
"@pulumi/kubernetes": "^1.0.0",
- "@pulumi/kubernetesx": "^0.1.1",
"@pulumi/pulumi": "^2.0.0-beta.1"
}
}