You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
Update changes all the content of the object. It's better to use patch instead if possible to reduce the risk of replacing the previous changes of an almost simultaneous request.
As another example, using update also has another problem because if you want to port the model to use Daemonsets, update replaces all the content. If the server api is newer and supports update strategies, updating the daemonset would delete this content and default to the OnDelete strategy.