Nathan Arnott
Nathan Arnott
## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...
Has there been any Pulumi announcement or support for EKS Add-Ons? https://aws.amazon.com/blogs/containers/introducing-amazon-eks-add-ons/ Pulumi did a brief blog post about it (https://www.pulumi.com/blog/reinvent-2020-eks-announcements/#simplified-install-and-management-for-kubernetes-cni-plugin), but didn't mention if/when Pulumi would add support for...
### What happened? I'm trying to deploy ExternalDNS as a Helm Release, and keep getting the following error when I provide any value for "serviceAccount": `error: failed to create chart...
### Problem description It looks like Pulumi considers certain objects different depending on what platform you run on. I used Linux to run a DotNet Pulumi program. I then used...
**Is your feature request related to a problem? Please describe.** I'd like to be able to delay a finalizer, similar to how you can "requeue" controller actions. If I want...
## Describe the issue I am using Okta as an IDP, and as such, request both groups and offline_access as additional scopes so I can get the groups included in...
It would be nice to be able to use null values inside the index. For example, if I'm indexing on a string, null values is often a normal case. I...
I've used this logger in lots of applications, and had great success. However, it crashes occasionally when used with the Azure SignalR client (see stack trace below). Once it crashes...
I am trying to manage ACLs programmatically, but can't seem to figure out how to do it. Is that possible at this point? I'm aware that ACLs aren't supported yet,...
I would like to be able to just enforce descriptions for status codes. e.g.: `ChangeAllResponsesByHttpStatusCode(StatusCodes.Status404NotFound, "BadRequest. One or more inputs are invalid.");` I'd assume this should be supported because `responseExampleOption`...