You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I remove cri-rm cache (/var/lib/cri-rm/cache) and restart cri-rm the mechanism for restoring list of containers misses some information - one of them is the resources requests/limits because such information is provided by ListContainerResponse.
Expected behavior
When cache is removed or cri-resmgr is started for a first time - all the containers in cache have proper resources based on pod.spec.containers.resources.
To Reproduce
Install cri-rm on some kubernetes worker node
compare existing pods containers resource requests with those found in /var/lib/cri-resmgr/cache
Describe the bug
When I remove cri-rm cache (/var/lib/cri-rm/cache) and restart cri-rm the mechanism for restoring list of containers misses some information - one of them is the resources requests/limits because such information is provided by ListContainerResponse.
Expected behavior
When cache is removed or cri-resmgr is started for a first time - all the containers in cache have proper resources based on pod.spec.containers.resources.
To Reproduce
all are empty
Environment
SLES, 5.3.18
Additional context
probably a limitation of ListContainerResponse (because resources info is not provider) in
cri-resource-manager/pkg/cri/resource-manager/requests.go
Line 170 in 2ce10b0
The text was updated successfully, but these errors were encountered: