Skip to content

Commit

Permalink
Merge pull request #1413 from fluxcd/helm-oom-options
Browse files Browse the repository at this point in the history
helm: document new OOM watch option flags
  • Loading branch information
hiddeco authored Mar 10, 2023
2 parents e570cc3 + 675ebb1 commit 3384899
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/en/flux/components/helm/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ please see the [bootstrap cheatsheet](../../cheatsheets/bootstrap.md).
| `--feature-gates` | mapStringBool | A comma separated list of key=value pairs defining the state of experimental features. |
| `--oom-watch-interval` | duration | The interval at which the OOM watcher will check for memory usage. Requires feature gate 'OOMWatch' to be enabled. (default 500ms) |
| `--oom-watch-memory-threshold` | unit8 | The memory threshold in percentage at which the OOM watcher will trigger a graceful shutdown. Requires feature gate 'OOMWatch' to be enabled. (default 95) |
| `--oom-watch-max-memory-path` | string | The path to the cgroup memory limit file. Requires feature gate 'OOMWatch' to be enabled. If not set, the path will be automatically detected. |
| `--oom-watch-current-memory-path` | string | The path to the cgroup current memory usage file. Requires feature gate 'OOMWatch' to be enabled. If not set, the path will be automatically detected. |

### Feature Gates

Expand Down

0 comments on commit 3384899

Please sign in to comment.