diff --git a/website/pages/docs/configuration/server.mdx b/website/pages/docs/configuration/server.mdx index e14a3fae24f..ec2748f94af 100644 --- a/website/pages/docs/configuration/server.mdx +++ b/website/pages/docs/configuration/server.mdx @@ -1,4 +1,4 @@ ---- +-- layout: docs page_title: server Stanza - Agent Configuration sidebar_title: server @@ -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".