clever-cartoon-41433
03/14/2021, 6:42 PMwet-noon-14291
03/14/2021, 10:09 PMdestroy
doesn't seem to delete the stack, just the resources so I still see the empty stack in the UI.straight-cartoon-24485
03/15/2021, 2:21 AMpulumi refresh
ing, but the same error pops up(!))
$ pulumi up -fy
[...]
kubernetes:<http://helm.sh/v3:Chart|helm.sh/v3:Chart> (in):
error: resource complete event returned an error: failed to verify snapshot: child resource urn:pulumi:omega::haze::kubernetes:core/v1:Namespace$kubernetes:core/v1:Namespace$kubernetes:core/v1:Namespace$kubernetes:core/v1:Namespace$kubernetes:<http://helm.sh/v3:Chart::mesh-viz|helm.sh/v3:Chart::mesh-viz> refers to missing parent urn:pulumi:omega::haze::kubernetes:core/v1:Namespace$kubernetes:core/v1:Namespace$kubernetes:core/v1:Namespace$kubernetes:core/v1:Namespace::linkerd-viz
so it claims mesh-viz
chart URN exists, yet it doesn't...
$ pulumi state delete urn:pulumi:omega::haze::kubernetes:core/v1:Namespace$kubernetes:core/v1:Namespace$kubernetes:core/v1:Namespace$kubernetes:core/v1:Namespace$kubernetes:<http://helm.sh/v3:Chart::mesh-viz|helm.sh/v3:Chart::mesh-viz>
warning: This command will edit your stack's state directly. Confirm? Yes
error: No such resource "urn:pulumi:omega::haze::kubernetes:core/v1:Namespace:core/v1:Namespace:core/v1:Namespace:core/v1:Namespace:<http://helm.sh/v3:Chart::mesh-viz|helm.sh/v3:Chart::mesh-viz>" exists in the current state
Not able to escape this race conditions. I also can't delete the inexistent parent either 😂eager-lion-7694
03/15/2021, 5:24 AM--target
option of pulumi destroy
?big-apartment-95438
03/15/2021, 3:19 PMworried-knife-31967
03/15/2021, 3:57 PMworried-knife-31967
03/15/2021, 5:58 PMinit
a new stack in that solution I'm deploying?purple-salesclerk-87141
03/15/2021, 6:12 PMnew pulumi.Config("aws").require("aws-key")
This is how I'm building my image now.
image: awsx.ecs.Image.fromDockerBuild(stackName, {
context: './..',
dockerfile: './app/Dockerfile',
args: {
'APP_ENV': environment
}
}),
billowy-analyst-78619
03/15/2021, 7:11 PMerror: Duplicate resource URN 'urn:pulumi:my-infrastructure::go::pulumi:pulumi:Stack::go-my-infrastructure'; try giving it a unique name
It doesn't give me what resource is colliding...
I think I narrowed it down to ec2.NewVPC
but this block was directly grabbed from a pulumi import ...
so it should be in the stateworried-honey-61577
03/15/2021, 8:43 PM'() => provider': index.js(19,37): captured
variable 'provider' which indirectly referenced
function 'DatabaseChangeLogResourceProvider': DatabaseChangeLogResourceProvider.js(28,15): which referenced
function 'generateChangeLogFile': DatabaseChangeLogResourceProvider.js(32,25): which captured
variable 'fs' which indirectly referenced
function 'writeFileSync': which referenced
function 'getOptions': which captured
'ERR_INVALID_ARG_TYPE', a function defined at
function 'NodeError': which referenced
function 'getMessage': which captured
variable 'messages' which indirectly referenced
function 'get': which could not be serialized because
it was a native code function.
It works perfectly fine if you reference it in TypeScript.
I care about this because I’d like to put it in an NPM package and use it in many applications.
Any ideas?worried-honey-61577
03/15/2021, 8:57 PMbusy-honey-73811
03/16/2021, 10:22 AMbroad-dog-22463
03/16/2021, 10:43 AMfuture-morning-96441
03/16/2021, 11:31 AMshy-exabyte-78907
03/16/2021, 1:29 PMerror: no resource plugin 'pulumi-nodejs' found in the workspace or on your $PATH
every time I try to run pulumi preview
. In this pipeline I am using the installation script but I can’t change the PATH. Therefore, I am adding the path of the installation to PULUMI_HOME
as C:/<path>/.pulumi
. I am running pulumi as <path>/.pulumi/bin/pulumi.exe
. Even after all that, the error about not finding the plugin is still happening. Any idea?wet-noon-14291
03/16/2021, 3:25 PMworried-knife-31967
03/16/2021, 4:01 PMworried-knife-31967
03/16/2021, 4:02 PMbrave-planet-10645
03/16/2021, 4:28 PMbitter-application-91815
03/16/2021, 4:56 PMbitter-application-91815
03/16/2021, 4:56 PMprehistoric-coat-10166
03/16/2021, 5:00 PMbitter-application-91815
03/16/2021, 5:00 PMclever-plumber-29709
03/16/2021, 7:03 PMplain-spoon-93851
03/16/2021, 7:27 PM~/Code/quickstart $ pulumi login
Manage your Pulumi stacks by logging in.
Run `pulumi login --help` for alternative login options.
Enter your access token from <https://app.pulumi.com/account/tokens>
or hit <ENTER> to log in using your browser :
We've launched your web browser to complete the login process.
Waiting for login to complete...
error: problem logging in: performing HTTP request: Get "<https://api.pulumi.com/api/user>": net/http: TLS handshake timeout
~/Code/quickstart $ pulumi login
Logging in using access token from PULUMI_ACCESS_TOKEN
error: problem logging in: getting user info from <https://api.pulumi.com>: performing HTTP request: Get "<https://api.pulumi.com/api/user>": net/http: TLS handshake timeout
plain-spoon-93851
03/16/2021, 7:42 PMworried-knife-31967
03/16/2021, 7:42 PMclever-plumber-29709
03/16/2021, 9:01 PMclever-cartoon-41433
03/16/2021, 11:19 PMnarrow-jackal-57645
03/17/2021, 3:45 AMpulumi stack tag set
. I would like to ask is there any way to set the tag via a config file? For example setting some property in Pulumi.yaml
or Pulumi.<stackName>yaml
?