Sean Fausett
Sean Fausett
Not sure it's the answer you're looking for, but this can be done via the node group [launch template metadata options](https://github.com/gitfool/Pulumi.Dungeon/blob/2b2660146cca9be59e3094e7e1d4d2143897544f/Aws/EksStack.cs#L211): ```c# MetadataOptions = new LaunchTemplateMetadataOptionsArgs { HttpEndpoint = "enabled",...
One way to avoid this churn is to [install cert manager](https://github.com/gitfool/Pulumi.Dungeon/blob/93d46923141206b20cad263228a50307943b7747/K8s/K8sStack.cs#L129) and [enable it](https://github.com/gitfool/Pulumi.Dungeon/blob/93d46923141206b20cad263228a50307943b7747/K8s/K8sStack.cs#L208) for aws load balancer controller. That said, I would interested to know if there are other...
I'm also hitting this every now and then. As above I presume the helm cli is not actually needed by pulumi, but it's installed for other reasons, so it would...
I also got frustrated with this non-intuitive behavior, especially when you can specify the full url to the repo, which could be used as a hint to derive the host:...
I'd also like to have this; in my case for functions in a class deriving from `ScriptObject`.
Actually this worked once I switched to `RenderAsync`: ```c# public sealed class PulumiFunctions : ScriptObject { public static Task Output(Output output) => output.GetValueAsync(); } ... Output.Create(template.RenderAsync(context).AsTask()); ```
PTAL; I've been testing this in production for the last week. The output looks good and the daily crashes have stopped.
I fixed the commit message to comply with the contribution guidelines. I'm not sure how to fix the linker issues with `max` though, which obviously builds and links for windows....
I've tried a tweak to fix the `max` issue. ~Just need the workflow approved to run again.~
The macos builds are still failing with: ``` [ 67%] Building C object plugins/out_es/CMakeFiles/flb-plugin-out_es.dir/es_conf.c.o [ 67%] Building C object plugins/out_es/CMakeFiles/flb-plugin-out_es.dir/es_bulk.c.o [ 67%] Building C object plugins/out_es/CMakeFiles/flb-plugin-out_es.dir/es.c.o /Users/runner/work/fluent-bit/fluent-bit/plugins/out_es/es_bulk.c:88:27: error: implicit declaration...