Guys ,
I have a K8s cluster configured via Pulumi running on Aks. Now I have to change some settings in the cluster like roleBasedAccessControl . The problem is when I do Pulumi preview , it’s telling me that is gonna replace my complete cluster and recreate . This is something that I don’t want because there are some applications running there .
Is there a way to avoid this or what are the options in this case ?
Any ideas ?