-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handling metadata.ManagedFields #2416
Comments
This appears to be part of server-side apply per https://kubernetes.io/blog/2020/04/01/kubernetes-1.18-feature-server-side-apply-beta-2/ Per https://kubernetes.io/docs/reference/using-api/server-side-apply/#field-management, Velero should not remove these fields and we should update Additionally, this metadata may be useful in making decisions about what to restore as opposed to using the |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Closing the stale issue. |
Fixed by #5853 |
kubernetes/kubernetes#72947 introduced ManagedFields into Kubernetes v1.18.
We need to determine whether or not Velero needs to do anything special with these at restore time, such as clear them off the object with the
resetMetadataAndStatus
function, or if they're already handled.The text was updated successfully, but these errors were encountered: