Skip to content

Commit

Permalink
add documentation on custom recommender, default min-replicas for vpa…
Browse files Browse the repository at this point in the history
… updater to 1 for right-sizer (#1446)
  • Loading branch information
jslivka authored Mar 20, 2024
1 parent 3810fc3 commit bef63c0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions stable/insights-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 4.0.1
* add documentation on custom VPA recommender, default min-replicas for vpa updater to 1 for right-sizer

## 4.0.0
* `right-sizer` has been renamed to `oom-detection`, which is a component of the new Insights right-sizer. The `right-sizer` prior to this release will be referred to as `oom-detection` going forward. These binaries may be further consolidated in a future release to avoid confusion. Configuration for `right-sizer` in your `values.yaml` will now be under `right-sizer.oom-detection`. e.g.:

Expand Down
2 changes: 1 addition & 1 deletion stable/insights-agent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: A Helm chart to run the Fairwinds Insights agent
name: insights-agent
version: 4.0.0
version: 4.0.1
appVersion: 9.2.1
kubeVersion: ">= 1.22.0-0"
icon: https://raw.githubusercontent.com/FairwindsOps/charts/master/stable/insights-agent/icon.png
Expand Down
6 changes: 6 additions & 0 deletions stable/insights-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -612,11 +612,17 @@ right-sizer-vpa:
extraArgs:
use-insights-recommender: 'true'
recommender-interval: '1h'
# these need to be set separately if using right-sizer, as 'vpa' is a subchart
# insights-organization: ''
# insights-cluster: ''
metrics-server:
# metrics-server.enabled -- If true, the metrics-server will be installed as a sub-chart
enabled: false
apiService:
create: true
updater:
extraArgs:
min-replicas: 1

falco:
enabled: false
Expand Down

0 comments on commit bef63c0

Please sign in to comment.