Bryce Lampe
Bryce Lampe
When exporting to YAML we can emit a warning "YAML will contain a secret value in plaintext" but we don't include enough information to help the user understand which specific...
This changes our error handling in `Normalize` to degrade gracefully in the case when we can't determine namespaced-ness, probably due to the CRD not existing yet. Instead of failing, we...
We should use https://pkg.go.dev/k8s.io/apimachinery/pkg/api/equality instead.
`skipAwait` behavior when applied to deletes is racy and often not what you want -- usually a background cascade is more appropriate. See Eron's comment [here](https://github.com/pulumi/pulumi-kubernetes/pull/3147#pullrequestreview-2222432913). We should re-evaluate the...
We should consider orphaning CRDs by default in v5, similar to Helm's default behavior. See Eron's comment [here](https://github.com/pulumi/pulumi-kubernetes/pull/3147#pullrequestreview-2222432913).
v5 wishlist item. We might also consider this change for v4 as it arguably only "unbreaks" things. We have an unusual code path around Read operations which fetch objects from...
As a user, I would like to perform updates against the Pulumi Cloud backend without needing to hard-code an access token. A possible implementation would be to automatically mount an...
We should build on the existing bare-bones E2E test framework. Some suggestions: - Enable creating kind clusters as part of test setup - Expanded test coverage
Probably just need to update the examples to use the new installer.