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
cri-resmgr-agent periodically pushes the existing configuration to cri-resmgr as new one. The current assumption is that this happens regularly, every time one of the watches (ConfigMap or Adjustment CRD) used to track the state of configuration expires.
Expected behavior
Configuration is only pushed as new when it really changes (when either the ConfigMap or the associated node labeling gets updated, or Adjustment CRDs) get updated.
To Reproduce
Create ConfigMap for cri-resmgr. Run cri-resmgr and cri-resmgr-agent. Wait without touching the configuration.
The text was updated successfully, but these errors were encountered:
Describe the bug
cri-resmgr-agent
periodically pushes the existing configuration tocri-resmgr
as new one. The current assumption is that this happens regularly, every time one of the watches (ConfigMap or Adjustment CRD) used to track the state of configuration expires.Expected behavior
Configuration is only pushed as new when it really changes (when either the ConfigMap or the associated node labeling gets updated, or Adjustment CRDs) get updated.
To Reproduce
Create
ConfigMap
forcri-resmgr
. Runcri-resmgr
andcri-resmgr-agent
. Wait without touching the configuration.The text was updated successfully, but these errors were encountered: