From 3214c2bd625956e2e96e5f583beefd93eb62fc1a Mon Sep 17 00:00:00 2001 From: johncooler <126013066+johncooler@users.noreply.github.com> Date: Thu, 8 Aug 2024 15:25:25 +0300 Subject: [PATCH] docs: remove duplicate config option (#23768) --- website/content/plugins/drivers/podman.mdx | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/website/content/plugins/drivers/podman.mdx b/website/content/plugins/drivers/podman.mdx index 2d49cead7..f276cba8e 100644 --- a/website/content/plugins/drivers/podman.mdx +++ b/website/content/plugins/drivers/podman.mdx @@ -527,20 +527,6 @@ namespace which is created and managed by Nomad itself. Refer to Nomad's The Podman plugin has options which may be customized in the agent's configuration file. -- `disable_log_collection` `(bool: false)` - Setting this to `true` will - disable Nomad logs collection of Podman tasks. If you don't rely on Nomad log - capabilities and exclusively use host based log aggregation, you may consider - this option to disable Nomad log collection overhead. Beware that you also - lose automatic log rotation. - - ```hcl - plugin "nomad-driver-podman" { - config { - disable_log_collection = false - } - } - ``` - - `gc` block: - `container` - Defaults to `true`. This option can be used to disable Nomad