Skip to content

Commit

Permalink
Added HPA option (#1540)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavangudiwada authored Sep 3, 2024
1 parent 8b5a580 commit ce35bfb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/playbook-reference/actions/scans.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ If you are having performance issues, specifically with Prometheus using a lot o
.. code-block:: yaml
globalConfig:
krr_args: "--cpu-min 15 --mem-min 200 --cpu_percentile 90 --memory_buffer_percentage 25"
krr_args: "--allow-hpa --cpu-min 15 --mem-min 200 --cpu_percentile 90 --memory_buffer_percentage 25"
max_workers: 2
**Common KRR Settings**
Expand All @@ -87,6 +87,10 @@ If you are having performance issues, specifically with Prometheus using a lot o
- Type
- Used for
- Default value
* - ``--allow-hpa``
-
- Get recommendations for applications with `HPA <https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/>`_. (Disabled by default)
-
* - ``--cpu-min``
- INTEGER
- Sets the minimum recommended CPU value in millicores.
Expand Down

0 comments on commit ce35bfb

Please sign in to comment.