mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
docs: remove duplicate config option (#23768)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user