mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-25 14:35:43 +00:00
- Allow client-side to server-side apply upgrade. Ensure that a user can change management of an object from client-side apply to server-side apply without conflicts. - Allow server-side apply to client-side downgrade. For an object managed with client-side apply, a user may upgrade to managing the object with server-side apply, then decide to downgrade. We can support this downgrade by keeping the last-applied-configuration annotation for client-side apply updated with server-side apply.