Skip to content

Commit

Permalink
add csi_volume_claim_gc_threshold config documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross committed May 7, 2020
1 parent b616f4b commit fbb3a09
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions website/pages/docs/configuration/server.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
--
layout: docs
page_title: server Stanza - Agent Configuration
sidebar_title: server
Expand Down Expand Up @@ -90,7 +90,11 @@ server {
deployment must be in the terminal state before it is eligible for garbage
collection. This is specified using a label suffix like "30s" or "1h".

- `csi_plugin_gc_threshold` `(string: "1h")` - Specifies the minimum age of
- `csi_volume_claim_gc_threshold` `(string: "1h")` - Specifies the minimum age of
a CSI volume before it is eligible to have its claims garbage collected.
This is specified using a label suffix like "30s" or "1h".

- `csi_plugin_gc_threshold` `(string: "1h")` - Specifies the minimum age of a
CSI plugin before it is eligible for garbage collection if not in use.
This is specified using a label suffix like "30s" or "1h".

Expand Down

0 comments on commit fbb3a09

Please sign in to comment.