v3.22.0
Important Note -- This release changes the Provider default to enable Server-Side Apply mode. This change is
backward compatible, and should not require further action from users. The enableServerSideApply
flag is
still present, so you may explicitly opt out if you run into any problems using one of the following methods:
- Set the enableServerSideApply parameter to
false
on your Provider resource. - Set the environment variable
PULUMI_K8S_ENABLE_SERVER_SIDE_APPLY="false"
- Set the stack config
pulumi config set kubernetes:enableServerSideApply false
See the how-to guide for additional information about using Server-Side Apply with Pulumi's Kubernetes provider.