Replies: 1 comment
-
WIP Relates to: #4142 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We had a discussion about how optimistic locking is performed in general and the expectations for client methods.
Some possible topics that is spawned are:
kubectl replace --force was the rationale for the deleteExisting support we had, but that has been removed - do we want to add some support back now that we can support a better blocking delete routine?
digging through the rest of the kubectl replace implementation:
Should we simplify/modify the replace routine?
On patch behavior:
Beta Was this translation helpful? Give feedback.
All reactions