Skip to content

Commit d64ced2

Browse files
authored
docs(operator): Fix YAML configuration in user-guide (#18309)
Signed-off-by: Ader Fu <[email protected]>
1 parent f321714 commit d64ced2

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

operator/docs/user-guides/recover_ingester_pods_in_zone_failure_outages.md

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Recovery Procedure for Loki Availability Zone Failures"
33
description: "Recovery Procedure for Loki Availability Zone Failures"
44
lead: ""
55
date: 2023-07-25T08:48:45+00:00
6-
lastmod: 2023-07-25T08:48:45+00:00
6+
lastmod: 2025-07-02T08:48:45+00:00
77
draft: false
88
images: []
99
menu:
@@ -31,19 +31,22 @@ This document outlines steps that can be taken to recover stateful Loki pods whe
3131
apiVersion: loki.grafana.com/v1
3232
kind: LokiStack
3333
metadata:
34-
name: lokistack-dev
34+
name: lokistack-dev
3535
spec:
36-
size: 1x.small
37-
storage:
38-
secret:
39-
name: test
40-
type: s3
41-
storageClassName: gp3-csi
42-
replication:
43-
factor: 2
44-
zones:
45-
- topologyKey: topology.kubernetes.io/zone
46-
maxSkew: 1
36+
size: 1x.small
37+
storage:
38+
schemas:
39+
- version: v12
40+
effectiveDate: "2022-06-01"
41+
secret:
42+
name: test
43+
type: s3
44+
storageClassName: gp3-csi
45+
replication:
46+
factor: 2
47+
zones:
48+
- topologyKey: topology.kubernetes.io/zone
49+
maxSkew: 1
4750
```
4851
4952
## Steps

0 commit comments

Comments
 (0)