Skip to content

Commit

Permalink
Merge pull request #216 from robusta-dev/make-params-more-discoverable
Browse files Browse the repository at this point in the history
Make params more discoverable
  • Loading branch information
arikalon1 authored Mar 2, 2024
2 parents dafadf8 + 17ff834 commit ae80181
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions robusta_krr/strategies/simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ae80181

Please sign in to comment.