Open EronWright opened 3 years ago
Thanks for documenting this, @EronWright. I was convinced we already have a tracking issue for this.
This has always been on our radar and is the next major feature we plan to add to this provider. I am already in contact with engineers in sig-api-machinery to make sure we get field management support.
Hi @alexsomesan , I run into the same issue. Is someone still working on this?
Description
Terraform should consider the
managedFields
annotation of a given Kubernetes object, e.g. when computing changes. Only those fields that are managed by terraform should be considered. In other words, the provider should not assume exclusive control over the object. Other managers should be able to set annotations and other unrelated fields.Note: @alexsomesan mentioned that full support is being worked on: https://github.com/hashicorp/terraform-provider-kubernetes-alpha/issues/134#issuecomment-802759361 but I don't see a tracking issue.
References
Community Note