Skip to content

Commit 4b7511f

Browse files
jcirinosclwyRoRoJ
andauthored
Update containers/kubernetes/api-cli/cluster-monitoring.mdx
Co-authored-by: Rowena Jones <[email protected]>
1 parent 367e1b0 commit 4b7511f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containers/kubernetes/api-cli/cluster-monitoring.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ The `loki` application is not included in the default Helm repositories.
163163
--set promtail.enabled=true,loki.persistence.enabled=true,loki.persistence.size=100Gi
164164
```
165165
It will use Kapsule's default storage class, `scw-bsdd`, to create block volumes using Scaleway Block Storage.
166-
If you plan to use Loki on a production system, ensure to set up a retention period to avoid filling the file systems. For instance, use these parameters if you want to enable a 30-day retention (logs older than 30 days will be deleted). Note that you have to choose the size of the persistent volume to fit the amount of volume your deployment will create.
166+
If you plan to use Loki on a production system, ensure that you set up a retention period to avoid filling the file systems. For instance, use these parameters if you want to enable a 30-day retention (logs older than 30 days will be deleted). Note that you have to choose the size of the persistent volume to fit the amount of volume your deployment will create.
167167
* `config.table_manager.retention_deletes_enabled` : true
168168
* `config.table_manager.retention_period`: 720h
169169
3. Install Grafana in the loki-stack namespace with Helm. To allow Grafana to survive a re-schedule, enable persistence too:

0 commit comments

Comments
 (0)