diff options
| author | Robusta Runner <aantny@gmail.com> | 2024-03-02 09:04:29 +0200 |
|---|---|---|
| committer | Robusta Runner <aantny@gmail.com> | 2024-03-02 09:04:29 +0200 |
| commit | 17ff834efd155d8d482f9deb36973f8eab2b27bb (patch) | |
| tree | 2b6335dddf62be8851ad158658821b61eeb85b0f /robusta_krr | |
| parent | 4b87b60319d9208a1e45acdb8ab9b988c41a5681 (diff) | |
Update simple.py
Diffstat (limited to 'robusta_krr')
| -rw-r--r-- | robusta_krr/strategies/simple.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/robusta_krr/strategies/simple.py b/robusta_krr/strategies/simple.py index da71531..f7a11df 100644 --- a/robusta_krr/strategies/simple.py +++ b/robusta_krr/strategies/simple.py @@ -55,6 +55,8 @@ class SimpleStrategy(BaseStrategy[SimpleStrategySettings]): History: {history_duration} hours Step: {timeframe_duration} minutes + All parameters can be customized. For example: `krr simple --cpu_percentile=90 --memory_buffer_percentage=15 --history_duration=24 --timeframe_duration=0.5` + This strategy does not work with objects with HPA defined (Horizontal Pod Autoscaler). If HPA is defined for CPU or Memory, the strategy will return "?" for that resource. |
