How are people dealing with existing/managed resou...
# kubernetes
b
How are people dealing with existing/managed resources? We have a GKE cluster and want to modify some of the resources GKE creates, like the
standard
StorageClass
. Haven't been able to find a good, automated way to do this.
import
requires the resource fields match exactly so it's not particularly helpful without lots of manual work. Currently we're using a dynamic provider to patch the resource but it's pretty flaky.
w
Pretty tough, same issue with AWS, would be better if there was a way to disable those from being created, I have tickets with AWS for that.
👍 1
b
I feel like Pulumi really needs a concept of patching existing resources 🤔 . Not sure how that would work though.
that's sort of what we're doing in our dynamic provider