Multiple rapid updates to a single resource getting collapsed into a single latest version

3/11/2019

I was trying to create a kubernetes CRD to manage some of the resources on our system But I noticed that in case the CROs for this CRD are operated on rapidly (delete after create, multiple updates, update after create etc) they get collapsed into a single latest version (I am not sure at what point in the kubernetes infra is this done).

Is is possible to disable such collapsing of CRO operations?

-- Akshya11235
kubernetes
kubernetes-apiserver

0 Answers