Eron Wright

Results 245 comments of Eron Wright

@rhyolight do you have any suggestions about this? As as nupic-community project are there any special procedures to follow?

Let me point out that apiversions are 'views' over the objects in the API server; there's no notion of an object being associated with one version or another. In other...

[Here's](https://pulumi.slack.com/archives/CK21FUGUA/p1712686240146269?thread_ts=1712613629.851489&cid=CK21FUGUA) that "stateful observation" conversation, for reference.

Some questions to resolve: 1. are there blocking upstream issues (e.g. codegen, transform support in MLCs)? 2. how would this be delivered (e.g. new provider vs. new resources in k...

@geowalrus4gh sorry, the documentation is incorrect. Please subscribe to this issue: https://github.com/pulumi/pulumi-kubernetes/issues/2787 An easy workaround would be to use the `ConfigGroup` resource, for example: ```yaml name: issue-1971 runtime: yaml description:...

I believe that the `Release` resource does support `oci://` charts. I don't know whether `Chart` does. @liamawhite which resource type you have in mind?

Blocked on https://github.com/pulumi/pulumi-kubernetes/issues/1914

Note that Helm applies an ordering to the resources, see these snippets: - [helm/pkg/releaseutil/manifest_sorter.go](https://github.com/helm/helm/blob/d37e2e9097f9715d4d184b2e3cc313588f106030/pkg/releaseutil/manifest_sorter.go#L78) - [pkg/releaseutil/kind_sorter.go](https://github.com/helm/helm/blob/d37e2e9097f9715d4d184b2e3cc313588f106030/pkg/releaseutil/kind_sorter.go#L31) See also: https://github.com/helm/helm/issues/8439 It also skips over files beginning with '_' character.

To add some background, the `ConfigGroup` resource is implemented separately for each language SDK, and the behavior of `resourcePrefix` seems to vary across the SDKs. I believe that in the...

I was curious as to why Pulumi YAML is unable to simply use the `CustomResource` as provided by the kubernetes provider without an overlay. Imagine we removed the special-case logic...