gentle-monitor-55086
02/17/2021, 9:37 PMproud-hair-78501
02/17/2021, 11:44 PMproud-hair-78501
02/17/2021, 11:45 PMbrash-terabyte-57605
02/18/2021, 2:46 AMshy-football-10348
02/18/2021, 3:36 AMstraight-cartoon-24485
02/18/2021, 4:44 AMambitious-optician-69807
02/18/2021, 8:25 AMambitious-optician-69807
02/18/2021, 8:27 AMambitious-optician-69807
02/18/2021, 8:32 AMpulumi new aws-typescript
required me to login. After read a little about project and stack, my understanding is that I’m uploading data to pulumi.com in order to use the tool. I don’t understand why. I’m using aws cdk now. It is a pure tool. So Pulumi is a service?ambitious-optician-69807
02/18/2021, 8:34 AMambitious-optician-69807
02/18/2021, 8:36 AMPulumi.yaml
. The whole point is I don’t want to write CloudFormation yaml or K8s yaml or Helm Chart yaml. I say get rid of it if you canambitious-optician-69807
02/18/2021, 8:40 AMbetter-actor-92669
02/18/2021, 10:38 AMred-lighter-44012
02/18/2021, 10:43 AMbroad-hairdresser-1495
02/18/2021, 4:35 PM>pulumi login <https://app.pulumi.com/>
Manage your Pulumi stacks by logging in.
Run `pulumi login --help` for alternative login options.
Enter your access token: <Access Token from <https://app.pulumi.com/><username>/settings/tokens >
error: problem logging in: getting user info from <https://app.pulumi.com/>: unmarshalling response object: invalid character '<' looking for beginning of value
it seems like I'm missing something.mammoth-honey-6147
02/18/2021, 8:18 PMearly-balloon-35820
02/18/2021, 10:47 PMambitious-father-68746
02/19/2021, 1:50 AMambitious-father-68746
02/19/2021, 2:46 AM--target-replace
on the CLI. At least I couldn't find anything in the ResourceOptions. Thank you.ambitious-father-68746
02/19/2021, 3:25 AMgifted-student-18589
02/19/2021, 9:52 AMfile://
as a backend for local development, and have s3://
in CI/CD?
So basically, different backends in different contexts.
Thanks!mammoth-honey-6147
02/19/2021, 12:29 PMpulumi preview
to download and compile the go packages, it seems to use all my RAM (16GB) and will eventually crash. Specific details in thread:jolly-lunch-12979
02/19/2021, 1:38 PMgreat-dog-65117
02/19/2021, 1:52 PMPulumi.Listener()
to, say send a signal (after benchmark execution) to trigger resource destruction?red-lighter-44012
02/19/2021, 5:27 PMpulumi destroy
a stack that has a PostgreS database with a created role that owns resources. role "{role name}" cannot be dropped because some objects depend on it
is the error im getting. I need to reassign owned resources or somehow delete the database before the role that owns resources in it. How can I achieve this?
I thought that setting skipReassignOwned
on the role would help, but even after applying this and re-running destroy I get the same error.sparse-winter-38469
02/19/2021, 9:24 PMpulumi logs -f
I get an error:
error: failed to get logs: 1 error occurred:
* rpc error: code = PermissionDenied desc = The caller does not have permission
Is this related to my IAM role/how do I fix this issue?stocky-parrot-75654
02/20/2021, 12:40 AMcolossal-australia-65039
02/20/2021, 3:10 AMpulumi up
is taking a reallly long time to provision my infrastructure (the preview step is fine, taking only 30 sec). I have about 150 resources in this stack and I'm not sure if that's above the upper limit that it's supposed to reasonably handle. Any change, even just a minor change to a kubernetes resource annotation is taking several minutes. Has anyone else run into something like this? Unfortunately the trace doesn't give me any information on why it takes so long (this is for a 6min 29 sec up
step)
[{
"ID": {
"Trace": "4eb4fcc5ac88eb53",
"Span": "78a16bb236ea45fb",
"Parent": "0000000000000000"
},
"Annotations": [
{
"Key": "Name",
"Value": "cHVsdW1p"
},
{
"Key": "_schema:name",
"Value": null
},
{
"Key": "Span.Start",
"Value": "MjAyMS0wMi0yMFQwMzoxNTo0NC42NzY4ODczWg=="
},
{
"Key": "Span.End",
"Value": "MjAyMS0wMi0yMFQwMzoyMjoxNC4wNDc4MTZa"
},
{
"Key": "_schema:Timespan",
"Value": null
}
],
"Sub": null
}]
I'm on version v2.21.1
by the waywonderful-river-94448
02/20/2021, 5:52 AMOutput
but unfortunately this makes me run into another bug that makes the pulumi destroy
command fail. Ideally I'd like to hook some custom code into the destroy
flow but it seems the my C# stack doesn't get invoked at all upon delete. Is it possible to hook into the delete flow of a resource? I tried looking into making a custom plugin but they seem to be Go (?) binaries and dynamic providers are not yet available on C#steep-baker-41148
02/20/2021, 10:04 AM