Files
kubernetes/pkg/kubelet
Moshe Levi e7256e08d3 kubelet dra: add checkpointing mechanism in the DRA Manager
The checkpointing mechanism will repopulate DRA Manager in-memory cache on kubelet restart.
This will ensure that the information needed by the PodResources API is available across
a kubelet restart.

The ClaimInfoState struct represent the DRA Manager in-memory cache state in checkpoint.
It is embedd in the ClaimInfo which also include the annotation field. The separation between
the in-memory cache and the cache state in the checkpoint is so we won't be tied to the in-memory
cache struct which may change in the future. In the ClaimInfoState we save the minimal required fields
to restore the in-memory cache.

Signed-off-by: Moshe Levi <moshele@nvidia.com>
2023-03-10 12:22:15 +02:00
..
2022-07-26 13:14:05 -04:00
2023-01-18 14:18:41 +02:00
2022-11-09 09:02:40 +01:00
2022-11-09 07:17:05 +08:00
2023-02-24 18:21:21 +00:00
2022-07-24 19:04:08 +09:00
2022-07-26 13:14:05 -04:00
2022-07-26 13:14:05 -04:00
2023-02-07 13:01:41 +05:30
2023-02-01 10:47:38 +08:00
2022-11-09 09:02:40 +01:00
2022-04-27 21:08:42 +08:00
2023-02-24 18:21:21 +00:00
2022-07-26 13:14:05 -04:00