Bryce Lampe
Bryce Lampe
Hi @heemanglee, very sorry you ran into this. Unfortunately this seems to be by design. https://www.pulumi.com/registry/packages/aws/api-docs/rds/cluster/ > Database engine version. Updating this argument results in an outage. I would suggest...
Related https://github.com/pulumi/pulumi/issues/21086. I suggest moving the test under examples. I'm not sure why it's where it is.
Sorry for the trouble @rajiteh. This is in the realm of #2998. The provider's diff correctly determines this needs a delete-replace, but the preview step performs a server-side apply for...
Strictly speaking I don't think we would need to wait for the fix upstream, we could probably plumb the credentials through with what we already have. Related https://github.com/pulumi/pulumi-kubernetes/issues/2911
@stepan-romankov the AWS registry is public and doesn't need credentials. ```ts chart: "oci://public.ecr.aws/aws-application-networking-k8s/aws-gateway-controller-chart" ```
@stepan-romankov thanks for including your code. It works successfully for me: ``` + pulumi:pulumi:Stack p-k-3193-go-dev create + └─ kubernetes:helm.sh/v4:Chart gateway-api-controller create + ├─ kubernetes:apiextensions.k8s.io/v1:CustomResourceDefinition gateway-api-controller:vpcassociationpolicies.application-networking.k8s.aws create + ├─ kubernetes:core/v1:Service gateway-api-controller:p-k-3193/webhook-service...
> I'm pretty confident changing the behavior of capturing `KUBECONFIG` would be breaking (even if it only affects explicit providers), because there may be users implicitly relying on this behavior....
@aureq can you elaborate? Do you mean we're not able to set the stack secret with Deployments, or Deployments is relying on the persisted state, ...or something else?
Ah gotcha, I wasn't actually thinking about `--run-program` but it's a valid point that it doesn't work with Deployments. Do you know if we're tracking that somewhere? I was thinking...
You probably have stale credentials in your Pulumi state. This is a good use case for [refresh --run-program](https://www.pulumi.com/blog/improved-refresh-destroy-experience/).