Skip to content

Commit

Permalink
Ignore scraping kubelets - memory intensive
Browse files Browse the repository at this point in the history
  • Loading branch information
hakuna-matatah committed Nov 30, 2023
1 parent 870fc37 commit c590fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tasks/generators/clusterloader/load-slos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ spec:
CL2_API_AVAILABILITY_PERCENTAGE_THRESHOLD: 99.5
CL2_ALLOWED_SLOW_API_CALLS: 1
CL2_PROMETHEUS_NODE_SELECTOR: "eks.amazonaws.com/nodegroup: monitoring-$(params.cluster-name)-nodes-1"
CL2_PROMETHEUS_MEMORY_SCALE_FACTOR: 4
EOL
cat $(workspaces.source.path)/overrides.yaml
cp $(workspaces.source.path)/overrides.yaml $(workspaces.results.path)/overrides.yaml
Expand Down Expand Up @@ -157,7 +158,6 @@ spec:
export PROMETHEUS_PVC_STORAGE_CLASS=gp2
export PROMETHEUS_SCRAPE_KUBE_PROXY=true
export PROMETHEUS_SCRAPE_APISERVER_ONLY=true
export PROMETHEUS_SCRAPE_KUBELETS=true
export PROMETHEUS_SCRAPE_KUBE_STATE_METRICS=true
export PROMETHEUS_KUBE_PROXY_SELECTOR_KEY=k8s-app
export PROMETHEUS_MEMORY_REQUEST=16Gi
Expand Down

0 comments on commit c590fc9

Please sign in to comment.