Skip to content

Commit

Permalink
Added docs about Popeye not running on Arm (#1376)
Browse files Browse the repository at this point in the history
Co-authored-by: Pavan Gudiwada <[email protected]>
Co-authored-by: Natan Yellin <[email protected]>
  • Loading branch information
3 people authored Apr 11, 2024
1 parent 16ed49c commit 5f58635
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/playbook-reference/actions/scans.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ If you are having performance issues, specifically with Prometheus using a lot o
globalConfig:
krr_args: "--cpu-min 15 --mem-min 200 --cpu_percentile 90 --memory_buffer_percentage 25"
max_workers: 2
max_workers: 2
**Common KRR Settings**

Expand Down Expand Up @@ -191,8 +191,13 @@ To set custom tolerations or a nodeSelector update your ``generated_values.yaml`
operator: "Exists"
effect: "NoSchedule"
nodeSelector:
kubernetes.io/arch: "amd64"
nodeName: "your-selector"
.. Note::

Popeye does `not support <https://github.com/derailed/popeye/issues/253>`_ arm nodes yet. If your cluster has both Arm and x64 nodes add ``kubernetes.io/arch: "amd64"`` as a node selector to schedule Popeye jobs on the x64 nodes.

Troubleshooting Popeye
=======================

Expand Down

0 comments on commit 5f58635

Please sign in to comment.