gavinbunney / terraform-provider-kubectl

Terraform provider to handle raw kubernetes manifest yaml files
https://registry.terraform.io/providers/gavinbunney/kubectl
Mozilla Public License 2.0
612 stars 105 forks source link

Should `metadata.managedFields` be ignored? #199

Open DaleyKD opened 2 years ago

DaleyKD commented 2 years ago

I'm new to K8S, so I may use some improper terms.

Since K8S v1.18, it looks like they added a metadata.managedFields section, which is super verbose. Should this be automatically ignored, like metadata.generation?

edgan commented 1 year ago

I am having this same issue, and ignore_changes doesn't help since it seems it isn't meant to deal with things that the server changed.