When we try to create Azure AKS via pulumi, we get...
# general
b
When we try to create Azure AKS via pulumi, we get a k8s cluster created with a windows profile by default. Every time we build our project through CircleCI/Pulumi CLI we see the windows profile being updated. We would like to disable this behaviour. Do you have any suggestions on this for us?
👍 1
t
For now you could add this property to
ignoreChanges
b
Yes, this is something that we have already used for some other purpose and I guess this makes sense to use it now as well 🙂
Thanks a lot!