Eron Wright
Eron Wright
Good news everyone, we just released a preview of Pulumi Kubernetes Operator v2. This new release implements a back-off strategy when hitting upon stack errors, to avoid hitting the GH...
## Root Cause Analysis I've investigated this issue and identified the root cause. The problem is that **Feature Registrations are singleton resources that "always exist" in Azure**, but Pulumi's existence...
Good news everyone, we just release a preview of Pulumi Kubernetes Operator v2. This new release has a whole-new architecture that uses pods as the execution environment. The pod is...
Thanks @zsolt-p for the report. Kubernetes is designed for multi-party authoring of objects, e.g. where one party (or "manager") authors the bulk of the spec, another party (a controller) authors...
The missing ingredient at the provider protocol level is the type token associated with the old state. Combined with https://github.com/pulumi/pulumi-azure-native/issues/3766 we would have all the information needed to drive migration...
Possibly related: https://github.com/pulumi/pulumi-azure-native/pull/4202
Folks, I'm happy to report that structured config support has landed in PKO v2.3.0. You may now use arrays and objects directly in the Stack spec and via ConfigMaps. To...
Thanks again @kellervater for the report. Flux artifacts are downloaded from the source-controller in flux-system namespace by the operator pod in pulumi-kubernetes-operator namespace. Your policy example works well to allow...
Good news everyone, we just release a preview of Pulumi Kubernetes Operator v2. This new release has a whole-new architecture that uses pods as the execution environment. We updated the...
Thanks @jskeet for considering this, and @mkruskal-google for weighing in. At Pulumi, we maintain a fork of Google.Protobuf with a recursion limit of 1000, which is generous but not unreasonable....