Bryce Lampe

Results 97 issues of Bryce Lampe

This adds a new `clusterIdentifier` provider configuration to control replacement behavior. If this config has been previously set, then we will only replace the provider when `clusterIdentifier` changes. Additionally, changes...

Placeholder for v5 wishlist. Server-side dry-run has a number of surprising edge cases, and we might want to consider client-side previews for v5. Keeping in mind that a lot of...

kind/enhancement

Refs https://github.com/actions/runner/issues/3046. This runs script steps with `ACTIONS_*` environment variables in exactly the same way they are passed to Docker and Node steps. By doing so, this reduces the need...

This updates our documentation for current and upcoming kubernetes annotations.

### What happened? crd2pulumi often generates property names that include dashes, since these are valid in k8s. These aren't sanitized in generated SDKs for Node and Dotnet. (Possibly also Java,...

kind/bug
language/javascript
language/dotnet
area/codegen

Pulumi (very helpfully) auto-formats its yaml files after running a command like `pulumi config set ...`. Occasionally people will manually modify their Pulumi config files, which inevitably introduces drift from...

kind/enhancement
area/config

Fixes https://github.com/pulumi/pulumi-kubernetes/issues/3250.

Refs https://github.com/pulumi/customer-support/issues/1837 This adds unit tests around: * SSA updates for objects with existing field managers. * SSA updates for old/legacy objects with no field managers. This currently forces the...

impact/no-changelog-required

Users were previously able to inject resources into a v3 Helm Chart via the `Call` method, but the v4 Chart no longer invokes this client-side. Let's put together an example...

kind/enhancement
area/helm
awaiting-feedback
customer/lighthouse

See Levi's comment here https://github.com/pulumi/pulumi-kubernetes/issues/1568#issuecomment-932424463 As far as I can tell, the default replace behavior for configmaps and secrets came about because at the time Pulumi didn't have a concept...

kind/enhancement