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
Is there a reason why client-side apply is not supported? I know that server-side apply is better, but my current team uses clients like Lens to manage their workloads. Testing it locally I believe Lens uses client-side apply. Looking at the managed_fields property reveals that client-side apply changes the field manager from the original field manager.
I suppose I can just use --server-side --force-conflict for now until we migrate everything? Is that the suggested migration path? I'd be happy to add it to the README.md if it is.
Cluster version: 1.18
Client version: 1.22
The text was updated successfully, but these errors were encountered:
Is there a reason why
client-side apply
is not supported? I know thatserver-side apply
is better, but my current team uses clients like Lens to manage their workloads. Testing it locally I believe Lens usesclient-side apply
. Looking at themanaged_fields
property reveals thatclient-side apply
changes the field manager from the original field manager.I suppose I can just use
--server-side --force-conflict
for now until we migrate everything? Is that the suggested migration path? I'd be happy to add it to theREADME.md
if it is.Cluster version: 1.18
Client version: 1.22
The text was updated successfully, but these errors were encountered: