headlamp-k8s / headlamp

A Kubernetes web UI that is fully-featured, user-friendly and extensible
https://headlamp.dev
Apache License 2.0
2.22k stars 156 forks source link

Resolve conflicts before edit resources #1642

Open lijianzhi01 opened 9 months ago

lijianzhi01 commented 9 months ago

Headlamp edits resources by put method. It will replace the original object without conflict merge. Finally, it might fail to deploy because the conflict. Ideally, we want headlamp resolve conflicts before send put request.

illume commented 9 months ago

Agreed. We should do as kubectl does.

joaquimrocha commented 3 months ago

Is this issue still important @lijianzhi01 ? I wonder if the things that @ashu8912 recently changed for #2118 is related.