Hi, is there any way to ignore some kubeconfig cha...
# kubernetes
q
Hi, is there any way to ignore some kubeconfig changes for a provider? As an example, we want to change proxy-url setting in kubeconfig without triggering recreate for all resources dependent on a provider
b
you can use
ignoreChanges
q
not really, because ignoreChanges doesn't update provider config with a new proxy-url
b
ah, no that’s not possible. If you change the provider it’ll replace the resource. You can modify the provider in state as a workaround
g
This conversation just reminded me of a possible solution, which I wrote up in this issue: https://github.com/pulumi/pulumi-kubernetes/issues/2294