Skip to content

Commit

Permalink
Updated docs for Local/Test Cluster with holmes memory limitations
Browse files Browse the repository at this point in the history
  • Loading branch information
itisallgood committed Feb 5, 2025
1 parent 2087c33 commit 412a20c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ On some clusters this can take a while, so don't panic if it appears stuck:
:name: cb-helm-install-test-clusters
helm repo add robusta https://robusta-charts.storage.googleapis.com && helm repo update
helm install robusta robusta/robusta -f ./generated_values.yaml --set clusterName=<YOUR_CLUSTER_NAME> --set isSmallCluster=true
helm install robusta robusta/robusta -f ./generated_values.yaml --set clusterName=<YOUR_CLUSTER_NAME> --set isSmallCluster=true --set holmes.resources.requests.memory=512Mi
Verifying Installation
------------------------------

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ On some clusters this can take a while, so don't panic if it appears stuck:
--set kube-prometheus-stack.prometheus.prometheusSpec.retentionSize=9GB \
--set kube-prometheus-stack.prometheus.prometheusSpec.storageSpec.volumeClaimTemplate.spec.resources.requests.storage=10Gi \
--set kube-prometheus-stack.prometheus.prometheusSpec.resources.requests.memory=512Mi
--set holmes.resources.requests.memory=512Mi
Verifying Installation
------------------------------

Expand Down

0 comments on commit 412a20c

Please sign in to comment.