high-piano-3034
07/20/2022, 2:28 PMlively-helmet-97905
07/20/2022, 4:29 PMsilly-scientist-20604
07/20/2022, 9:17 PM.apply(lambda x: x)
with Pulumi/Python, but am having difficulty really understanding it. Is there a good white paper that explains it all clearly?icy-controller-6092
07/20/2022, 10:04 PMsilly-scientist-20604
07/20/2022, 10:36 PMcluster_user_name = pulumi.Output.all(mdba_cluster_name).apply( lambda x: x )
pulumi.export( "cluster_user_name", cluster_user_name )
But this:
cluster_user_name = pulumi.Output.all(mdba_cluster_name).apply( lambda x: str( x + "foo" ) )
pulumi.export( "cluster_user_name", cluster_user_name )
enough-portugal-51201
07/21/2022, 12:13 PMwitty-vegetable-61961
07/22/2022, 1:31 PMfuture-exabyte-15821
07/22/2022, 7:21 PMcalm-iron-40008
07/24/2022, 11:27 PMquaint-flower-38395
07/25/2022, 2:48 AMicy-pilot-31118
07/25/2022, 2:26 PM# Create an EKS cluster with the default configuration.
cluster = eks.Cluster(
"theia-prod",
eks.ClusterArgs(),
)
However, how do I specify for it to use fargate?steep-apple-98525
07/27/2022, 7:35 PMsteep-apple-98525
07/27/2022, 7:36 PMrhythmic-branch-12845
07/29/2022, 11:29 AMpulumi up
, pulumi will detect the difference and attempt to create another instance. Instead it keeps thinking and saying that nothing has changed?
(this is on the latest version of Pulumi, v3.37.1, btw)lively-table-10226
07/29/2022, 1:10 PMwet-fall-57893
08/01/2022, 7:05 AMrefresh
flag in preview/up command really do? If there is a drift for example the resource is gone from reality but itās still in state file, will Pulumi remove it when calling with refresh
?few-lizard-48557
08/01/2022, 10:29 AMpulumi up
. When I run the command, more or less nothing is done. That means the processing time is about 10secs and the only thing I get is a headline Previewing update (appservice-test):
without any content and afterwards a further headline Resources:
also without any content. A screenshot of the terminal window in VSCode is attached... The behavior accours which each pulumi example code which I tested.
A call to pulumi up --logtostderr -v=9 --debug 2> out.txt
shows the following error text in out.txt:
I0801 10:36:55.680367 14836 host.go:486] Error closing 'nodejs' language plugin during shutdown; ignoring: 1 error occurred: TerminateProcess: Access is denied.
(see attachment for full ou.txt file)
A colleague of mine who works at another site has the identical error behavior.
I hope someone of aou can help use - thanks in advance for your support!high-school-89337
08/02/2022, 9:02 AMfull-zebra-67293
08/02/2022, 9:17 AMbreezy-laptop-42679
08/02/2022, 9:18 AMfull-zebra-67293
08/02/2022, 9:19 AMbreezy-laptop-42679
08/02/2022, 9:19 AMbreezy-laptop-42679
08/02/2022, 9:20 AMbreezy-laptop-42679
08/02/2022, 9:21 AMfull-zebra-67293
08/02/2022, 9:21 AMbreezy-laptop-42679
08/02/2022, 9:22 AMbreezy-laptop-42679
08/02/2022, 9:23 AMbreezy-laptop-42679
08/02/2022, 9:23 AMbreezy-laptop-42679
08/02/2022, 9:23 AMbreezy-laptop-42679
08/02/2022, 9:24 AMbreezy-laptop-42679
08/02/2022, 9:24 AM