Eron Wright

Results 245 comments of Eron Wright

I posted a PR to update the EKS Guide to use ConfigGroup v2 in a few examples.

@simonpasquier, I'm unsure whether selecting a certificate as you describe is practical, or how it would apply to client certificates. May I propose an alternative solution? The idea is basically...

Thanks @xiu for the feedback, I took your advice and filed a proposal: https://github.com/prometheus-operator/prometheus-operator/pull/5572

The basic requirement is that the CRD be definitely installed before any CRs that depends on it are registered. This requirement is usually solved with the `dependsOn` option between a...

I would advocate for a limited fix where we hardcode a list of known GVKs, to serve as an alternative mechanism to API Server discovery. This would allow the provider...

Seems to me that the true "root cause" issue is a lack of migration logic that is otherwise being done thru "state surgery". Assumedly such migration logic would run automatically...

It seems like the procedure is timing out, maybe because the timeout is set to zero. The chart spec has a `Timeout` property, and I would suggest setting it to...

This is ready for publication.

Thanks @etiennetremel for the issue report and the suggested fix! Your fix would be fine, but it turns out it can be fixed in a more general way: https://github.com/pulumi/pulumi-azure-native/pull/4455