straight-librarian-43739
01/04/2021, 8:43 PMawsx
object when all you have is the aws
version, without creating any extraneous resources? For example I have an ecs Cluster (created via aws
) that I wanted to use as the cluster for a Fargate service created using the awsx
modules, but when I do a new awsx.ecs.Cluster
and pass in the existing cluster
as an argument, Pulumi creates some extra security groupsbumpy-motorcycle-53357
01/04/2021, 9:06 PMloud-shampoo-49194
01/05/2021, 7:37 AMpulumi config set
seems to sort my yaml file - is there any way to turn that behavior off? I prefer logical grouping for a structured config over alphabetical order. I have a few encrypted secrets which I set through the console while config values are added manually with a logical grouping.aloof-hamburger-47707
01/05/2021, 9:43 AMazure-nextgen:eventgrid/v20200101preview:EventSubscription (EventSubscription):
error: Code="InvalidRequest" Message="This event subscription operation is not supported using this API call. Please use the proper API and try again."
Help!thousands-london-78260
01/05/2021, 11:00 AMelegant-window-55250
01/05/2021, 2:10 PMelegant-window-55250
01/05/2021, 4:00 PMpulumi/docker
, and can't find a way to skip building a Dockerfile. In my use-case; I have a mono-repo with 10+ Dockerfiles, and most builds they don't have any changes, therefore I would like to skip building them. I've been looking at the documentation, but haven't been able to find a way to introduce that. Wondering if context
variable is what I should use, or if its even supported?clever-plumber-29709
01/05/2021, 7:36 PMpulumi import
cli command, i think the docs can be improved a bit. The usage is pulumi import [type] [name] [id] [flags]
but only the flags are explained, is not said anywhere what type
means, or how can you know what is the type you are supposed to use for some specific resource or where you can found it. And the others, name, and id, are more intuitive, but still the docs say nothing about them
Also i saw that some resoucerces, like aws. now include a section with the proper cli command for import them ,but others like github, don't have it.
I was specifically looking to import a github repo, but was unable to find how.many-spring-73557
01/05/2021, 9:47 PMgcp.logging.ProjectBucketConfig
but I don’t see a way to create Logging Buckets - only gcp.storage.Bucket
wet-noon-14291
01/05/2021, 11:14 PMpulumi stack ls -a
not returning all the stacks? I'm using azure as backend at the moment and running that command only returns two out of many more stacks. This is run inside a docker container (which I can explain why if needed) with the environment variables to login set from the current shell. Running the same command outside docker returns the expected result.clever-plumber-29709
01/06/2021, 12:35 AMresourceB = PulumiResource(Output.concat(resourceA.name, "-something"), other_paramethers...)
but on the preview it apprear as:
Name
<pulumi.output.Output object at 0x7f6fde8f8b80>-something
Haven't been able to test, if in the actual execution it will be interpreted or notgentle-cricket-92920
01/06/2021, 7:11 AMgentle-cricket-92920
01/06/2021, 7:15 AMpulumi new
? Is there a pulumi init
to add the yml
files automagically to an existing project?gentle-cricket-92920
01/06/2021, 7:31 AMcreamy-engine-1851
01/06/2021, 9:28 AMpulumi refresh
all looks good, but when I do a pulumi up
it wants to destroy and then create the resource again. Is there a handy trick to prevent this behaviour?red-lighter-44012
01/06/2021, 10:22 AMacceptable-forest-23292
01/06/2021, 11:59 AMacceptable-forest-23292
01/06/2021, 11:59 AM2021-01-06T11:47:49.8673427Z curl -fsSL <https://get.pulumi.com> | sh
2021-01-06T11:47:49.8673866Z ========================== Starting Command Output ===========================
2021-01-06T11:47:49.8688510Z [command]/usr/bin/bash --noprofile --norc /home/ubuntu/myagent/_work/_temp/9f6f6f23-f7f8-4355-a966-dbe6155875ed.sh
2021-01-06T11:47:50.2569330Z [34;1m=== Installing Pulumi v2.16.2 ===[0m
2021-01-06T11:47:50.2570153Z [37;1m+ Downloading <https://get.pulumi.com/releases/sdk/pulumi-v2.16.2-linux-x64.tar.gz>...[0m
2021-01-06T11:47:50.2630659Z curl: (3) URL using bad/illegal format or missing URL
acceptable-forest-23292
01/06/2021, 12:02 PMred-zebra-35264
01/06/2021, 12:42 PMacceptable-train-73155
01/06/2021, 3:05 PMcurl -fsSL <https://get.pulumi.com> | sh
straight-librarian-43739
01/06/2021, 6:28 PMaws.ecs.Service
with an NLB associated, and TWO listeners/TGs. There has been some discussion here about whether this is possible… I am getting the following error: InvalidParameterException: Not allow to have same target groups in a service.
handsome-kilobyte-52548
01/06/2021, 7:15 PMaddons_config=gcp.container.ClusterAddonsConfigArgs(
data["addons_config"]
)
or it must be:
addons_config=gcp.container.ClusterAddonsConfigArgs(
cloudrun_config=gcp.container.ClusterAddonsConfigCloudrunConfigArgs(
disabled=False,
),
config_connector_config=gcp.container.ClusterAddonsConfigConfigConnectorConfigArgs(
enabled=False,
),
dns_cache_config=gcp.container.ClusterAddonsConfigDnsCacheConfigArgs(
enabled=False
),
gce_persistent_disk_csi_driver_config=gcp.container.ClusterAddonsConfigGcePersistentDiskCsiDriverConfigArgs(
enabled=False
),
horizontal_pod_autoscaling=gcp.container.ClusterAddonsConfigHorizontalPodAutoscalingArgs(
disabled=False,
),
http_load_balancing=gcp.container.ClusterAddonsConfigHttpLoadBalancingArgs(
disabled=False,
),
istio_config=gcp.container.ClusterAddonsConfigIstioConfigArgs(
disabled=False,
),
kalm_config=gcp.container.ClusterAddonsConfigKalmConfigArgs(
enabled=False
),
network_policy_config=gcp.container.ClusterAddonsConfigNetworkPolicyConfigArgs(
disabled=False,
)
)
I was looking for an automatic parse to pull the stack.yaml configurations into our addon_config, can anyone help me? 😄limited-rainbow-51650
01/06/2021, 8:52 PMproud-hair-78501
01/07/2021, 1:33 PMpulumi up
proud-hair-78501
01/07/2021, 1:33 PMproud-hair-78501
01/07/2021, 1:33 PMproud-hair-78501
01/07/2021, 1:33 PMambitious-father-68746
01/07/2021, 2:01 PMpulumi up
and -t
multiple times, but what I'm looking for is a way to define groups of resources and use -t
against that, instead of individual resources. This is akin to Ansible's tags
.clever-crowd-18899
01/07/2021, 2:42 PM