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
PEAKS plugin requires the power model parameters for each cluster node configured with it.
However, the power model parameters are subjected to change (e.g., increase in the number of CPUs on a node result in change in the power model [ utilization vs. power consumption ]) over time.
Hence we need a mechanism to pass the updated power model parameters of any cluster node.
The text was updated successfully, but these errors were encountered:
1. Mount a configmap to scheduler pod as volume.
2. Configmap contains power model in json.
3. Read config map in power model function and unmarshal to json.
@fali007 You may want to referrer to the issue #32 to configure kind cluster for testing your changes.
PEAKS plugin requires the power model parameters for each cluster node configured with it.
However, the power model parameters are subjected to change (e.g., increase in the number of CPUs on a node result in change in the power model [ utilization vs. power consumption ]) over time.
Hence we need a mechanism to pass the updated power model parameters of any cluster node.
The text was updated successfully, but these errors were encountered: