Alexander Kim

Results 124 comments of Alexander Kim

In my organization, I'm part of the `DevOps` team, and some other engineering teams. Because the team isn't included, I never know if I'm being requested as `DevOps` or as...

`Reviews assigned to your team (DevOps)` may be a better solution. This keeps the messaging that you are part of the team, and also the team name.

@sotayamashita Nothing to apologize for. I'll see if I have some time soon to look into this.

@dunglas how would you want it to be implemented? Would it be a BC breaking change or would it need to be a new error format `jsonld+problem`? Or would it...

I think that would work. Let me take a look and submit a PR for that. If I run into any issues I’ll reply back here.

I'm starting to look into it, and the bigger problem that we need to figure out is the `type` property. This MUST be a `URI` format, which means we need...

Yes, you are describing the scenario perfectly. If pulumi is doing a preview, then it should know everything that it has to execute. Pulumi has to calculate this before it...

I would definitely think changing Pulumi to execute the plan that is discovered in the preview would make the most sense. While it may require a lot of work, it...

This deletes all resources that pulumi detects need to be deleted because of a change in the plan. For example: - Create a K8s Service named "1" - Remove directly...