refined-terabyte-65361
07/28/2021, 10:28 PMaws:route53:Record (xxx):
error: 1 error occurred:
* [ERR]: Error building changeset: InvalidChangeBatch: [Tried to create resource record set [name='xxx', type='CNAME'] but it already exists]
status code: 400, request id: 7c1eac32-4a1b-4b36-9e31-2882bf2f53e4
quaint-dinner-37903
07/29/2021, 12:03 PMagreeable-hair-34658
07/29/2021, 12:58 PMgreat-sunset-355
07/29/2021, 1:11 PMmodern-toothbrush-56347
07/29/2021, 2:58 PMquiet-architect-91246
07/29/2021, 6:27 PMpulumi up
on the full code given in the walkthrough Im running in the following issue:
The cluster (not in the scope of the walkthrough but I create it in the same .go file just before the repository), image and repository are created without problem, but when trying to create the service using the image it fails since its trying to use my local .kube/config to access the cluster which isnt updated. When I manually update it for the newly generated cluster and run pulumi up
again the service is created without problem.
Is there anyway to hand in the kubeconfig from the cluster by using cluster.kubeconfig
in the service declaration somehow? I looked through all the Parameters used in appsv1.NewDeployment()
but couldnt find anything suitable. If anyone has any idea on how this could be solved Id greatly appreciate it!stale-nail-78326
07/29/2021, 7:42 PMpulumi whoami
information? I'm want to add this information as a label/tag when creating some resources, but couldn't find it in the docs.agreeable-hair-34658
07/29/2021, 7:57 PMAzureNative.Resources.ResourceGroup.Get(name, id)
and when to use the getresource function, e.g. https://www.pulumi.com/docs/reference/pkg/azure/network/getvirtualnetwork/#example-usage?
I am not sure, when to use which of both.able-pager-97491
07/29/2021, 9:41 PMerror: Unhandled exception: Error: Detected multiple versions of '@pulumi/pulumi' in use in an inline automation api program.
Use the yarn 'resolutions' field to pin to a single version: <https://github.com/pulumi/pulumi/issues/5449>.
wet-sunset-4939
07/30/2021, 1:44 AMfunction getClientToken(args: GetClientTokenArgs, opts?: InvokeOptions): Promise<GetClientTokenResult>
powerful-jelly-35580
07/30/2021, 10:22 AMprogram
expects some arguments from the user?
auto.create_or_select_stack(
stack_name=self.config.environment,
project_name=self.deployment_name,
program=self.program,
opts=self.workspace_opts)
bright-orange-69401
07/31/2021, 11:17 AMStackReference.get_provider
function ?
I’m trying to get the AWS provider from stack A
while in stack B
to do some cross-account provisioning
Here’s the doc I found:
https://www.pulumi.com/docs/reference/pkg/python/pulumi/#pulumi.Resource.get_provider
What is the module_member
argument supposed to be exactly ?bright-orange-69401
07/31/2021, 6:23 PMRole
in AWS
2. Create StorageIntegration
in Snowflake using Role
from step 1
3. Update Role
by adding parameters obtained after creating the StorageIntegration
in step 2
Is there a way to solve such a pattern in Pulumi ? (Other than manually hard-coding stuff and re-deploying)
Is there maybe an UpdateRole
resource that I can provision in my step 3 ?
(NB: it’s specifically the assume_role_policy
that I need to alter in step 3)modern-belgium-42936
07/31/2021, 9:50 PMproud-pizza-80589
08/01/2021, 5:45 PMambitious-battery-86624
08/01/2021, 8:31 PMrough-bear-39440
08/02/2021, 7:36 AMgreen-tent-73437
08/02/2021, 9:43 AMgreen-tent-73437
08/02/2021, 9:43 AMgreen-tent-73437
08/02/2021, 9:44 AMgreen-tent-73437
08/02/2021, 9:44 AMagreeable-ram-97887
08/02/2021, 1:27 PMmillions-furniture-75402
08/02/2021, 1:54 PMlittle-whale-73288
08/02/2021, 2:43 PMancient-night-64850
08/02/2021, 5:06 PMbillions-xylophone-85957
08/02/2021, 6:36 PMup
? We're using an s3 backend and every change to a rather simple stack (3 stack references, 92 resources) takes 7-8 minutes on 5mbps upload/160ms latency to S3icy-helmet-84765
08/02/2021, 6:42 PMrefined-terabyte-65361
08/02/2021, 11:34 PMlittle-cartoon-10569
08/03/2021, 1:18 AMwet-sunset-4939
08/03/2021, 2:52 AMwet-sunset-4939
08/03/2021, 2:52 AMtall-librarian-49374
08/03/2021, 5:22 AMwet-sunset-4939
08/15/2021, 1:00 AM