3
0
Arne Teuke
2025-10-18 16:50:54 +02:00
parent 6ffe4da68c
commit 6595c92a9f

View File

@@ -24,9 +24,14 @@ INSTALLATION
CONFIGURATION CONFIGURATION
* manage directories and files including templates * manage directories
* manage files including templates
* manage service * manage service
Configurable options:
- --storage.tsdb.retention.time via `$ps_retention_time`
- --storage.tsdb.retention.size via `$ps_retention_size`
## Repo Documentation ## Repo Documentation
See the full Puppet documentation including parameters in `docs/index.html` See the full Puppet documentation including parameters in `docs/index.html`
@@ -43,7 +48,7 @@ via site.pp or nodes.pp
```bash ```bash
node 'example.example.net' { node 'example.example.net' {
include cd_kubernetes include cd_prometheus
} }
``` ```