few-toddler-19603
06/30/2022, 7:47 PMmany-spring-73557
06/30/2022, 10:34 PMbreezy-butcher-78604
07/01/2022, 4:10 AMworried-xylophone-86184
07/01/2022, 1:49 PMpulumi delete
during the flow of the script? Just like how there is runtime has a function called is_dry_run to check if its a preview execution or not.
Basically I want to perform some deletes on another service before the actual delete of resources happensparse-intern-71089
07/01/2022, 3:33 PMearly-intern-90238
07/01/2022, 5:26 PMrapid-eve-24229
07/01/2022, 9:59 PMrapid-eve-24229
07/01/2022, 10:00 PMrapid-eve-24229
07/01/2022, 10:27 PMrapid-eve-24229
07/01/2022, 10:28 PMflat-laptop-90489
07/01/2022, 11:13 PMbillowy-army-68599
07/01/2022, 11:25 PMcareful-secretary-79148
07/02/2022, 10:47 AMbetter-umbrella-26052
07/02/2022, 2:21 PMfew-toddler-19603
07/02/2022, 3:50 PMacceptable-tent-31739
07/02/2022, 9:45 PMacceptable-tent-31739
07/02/2022, 9:45 PMbland-air-74625
07/03/2022, 9:26 AMpulumi up
it is failing with .pulumi\plugins\resource-eks-v0.41.0\pulumi-resource-eks.exe: Access is denied.
When I rerun it it will try to reinstall or something results in the error \.pulumi\\plugins\\resource-eks-v0.41.0\\pulumi-resource-eks.exe": file does not exist
I checked the plugins folder and the .exe is not there.
I extracted the last release files and move the .exe there manually and it works for one run then the error is reappear.
Any ideas?red-apartment-20331
07/03/2022, 1:40 PMbig-lizard-68492
07/03/2022, 2:05 PMpulumi stack select <stack>
successfully with my passphrase but when trying to run a pulumi preview
command it is throwing the following error: error: getting secrets manager: incorrect passphrase
This error is different from the error I would usually get if my passphrase is wrong for 2 reasons:
1. when the passphrase is wrong I usually can't even select the stack successfully
2. the usual error string i am getting for the wrong passphrase is: error: failed to decrypt: incorrect passphrase, please set PULUMI_CONFIG_PASSPHRASE to the correct passphrase or set PULUMI_CONFIG_PASSPHRASE_FILE to a file containing the passphrase
Issue 2:
A stack passphrase became unknown, is there a way to fix the current stack manually if I have access to the stack JSON file? some workaround I can perform in order to change the passphrase from within the stack file?rich-businessperson-35436
07/03/2022, 2:55 PMcurved-motorcycle-96186
07/03/2022, 6:30 PMOutput<str>
in a pulumi_kubernetes.yaml.ConfigFile
transformation - and if so how?
---
Context: I'm trying to update the image name of a container with the freshly built image (with unique pinned ID) using pulumi_docker
however I keep running into the issue of the transformation (which attempts to just set spec.template.spec.containers.0.image
= image_name (output from docker.Image().image_name
)
Am I just being foolish for trying to use the yaml files (rather than re-importing them in python?)sparse-spring-91820
07/03/2022, 6:36 PM@pulumi/command
package exists: https://www.pulumi.com/registry/packages/command/
The last time I was ssh-ing to ec2 instance there was no such package. So nice to see how pulumi grows! 🚀 Good job pulumi team!ancient-car-89914
07/03/2022, 9:26 PMwet-noon-14291
07/03/2022, 10:24 PMgreat-breakfast-61299
07/04/2022, 1:36 PMwarning: resource plugin kubernetes-cert-manager is expected to have version >=0.0.3, but has 0.0.1; the wrong version may be on your path, or this may be a bug in the plugin
bumpy-byte-21437
07/04/2022, 2:47 PMmost-mouse-38002
07/04/2022, 3:00 PMpulumi up -c "input1=123" -c "input2=345"
, but why are these prefixed with the name
from Pulumi.yaml?adventurous-breakfast-54578
07/05/2022, 12:05 PMprehistoric-sandwich-7272
07/05/2022, 2:54 PMexports.vpcId = eksVpc.id
But in Golang. Anyone knows?
In the docs there is no example for Golangprehistoric-sandwich-7272
07/05/2022, 2:54 PMexports.vpcId = eksVpc.id
But in Golang. Anyone knows?
In the docs there is no example for Golangfancy-spoon-7206
07/05/2022, 2:56 PMctx.Export("vpcId", vpc.VpcId)
@prehistoric-sandwich-7272prehistoric-sandwich-7272
07/05/2022, 7:27 PMs := stack.GetOutput(pulumi.String(key))
but it is returned as pulumi.AnyOutput
- and I can’t manage to convert it to stringfancy-spoon-7206
07/05/2022, 7:33 PMprehistoric-sandwich-7272
07/05/2022, 7:39 PMfancy-spoon-7206
07/05/2022, 7:57 PMprehistoric-sandwich-7272
07/06/2022, 7:30 AM