-
Notifications
You must be signed in to change notification settings - Fork 169
Open
Labels
Description
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
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
cben commentedon Oct 24, 2021
Mainly because nobody implemented the necessary logic in kubeclient :-). PRs welcome.
I don't know enough to comment on safety of mixing the two and
--force-conflict
...cben commentedon Oct 24, 2021
See #358 for previous discussion and links.
There are two parts there: