diff options
| -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. |
