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
- Release a configurable CPU vertical scaling actuator.
- CPU vertical scaling actuator as plugin.
- Adoption of bi-direction gRPC stream on NextState-Planner comm.
- Improvements on the analytical scripts for example usage.
- Enhancements to RDT/DRC actuator.
- Bump to k8s 1.26 dependencies and version CI tools.
- Update and optimize the container base images.
- PodState refactored to allow a better access to resources/annotation.
- Many security improvements at container level.
- Documentation updates.
Co-authored-by: tmetsch <tmetsch@users.noreply.github.com>
Co-authored-by: togashidm <togashidm@users.noreply.github.com>
Co-authored-by: Paulina-Osikoya <Paulina-Osikoya@users.noreply.github.com>
Co-authored-by: obiTrinobiIntel <obiTrinobiIntel@users.noreply.github.com>
| analytics_script | Path to the analytics python script used to determine the scaling model. |
192
+
| cpu_max | Maximum CPU resource units (in millis) that the actuator will allow. |
193
+
| cpu_rounding | Multiple of 10 defining how to round up CPU resource units. |
194
+
| cpu_safeguard_factor | Define the factor the actuator will use to stay below the targeted objective. |
195
+
| look_back | Time in minutes defining how old the ML model can be. |
196
+
| max_proactive_cpu | Maximum CPU resource units (in millis) that the actuator will allow when proactively scaling. If set to 0, proactive planning is disabled. A fraction of this value is used for proactive scale ups/downs. |
197
+
| proactive_latency_percentage | Float defining the potential percentage change in latency by scaling the resources. |
198
+
| endpoint | Name of the endpoint to use for registering this plugin. |
199
+
| port | Port this actuator should listen on. |
200
+
| mongo_endpoint | URI for the Mongo database - representing the knowledge base of the system. |
201
+
| plugin_manager_endpoint | String defining the plugin manager's endpoint to which actuators can register themselves. |
202
+
| plugin_manager_port | Port number of the plugin manager's endpoint to which actuators can register themselves. |
0 commit comments