Skip to content

Commit dc3bc5a

Browse files
authored
Fixed recovery cluster documentation (strimzi#12334)
Signed-off-by: Paolo Patierno <ppatierno@live.com>
1 parent 33be987 commit dc3bc5a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

documentation/modules/managing/proc-cluster-recovery-volume.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ spec:
112112
*claimRef:*
113113
*apiVersion: v1*
114114
*kind: PersistentVolumeClaim*
115-
*name: data-0-my-cluster-kafka-2*
115+
*name: data-0-my-cluster-broker-0*
116116
*namespace: myproject*
117117
*resourceVersion: "39113"*
118118
*uid: 54be1c60-3319-11ea-97b0-0aef8816c7ea*
@@ -140,7 +140,7 @@ In the example, the following properties are deleted:
140140
claimRef:
141141
apiVersion: v1
142142
kind: PersistentVolumeClaim
143-
name: data-0-my-cluster-broker-2
143+
name: data-0-my-cluster-broker-0
144144
namespace: myproject
145145
resourceVersion: "39113"
146146
uid: 54be1c60-3319-11ea-97b0-0aef8816c7ea
@@ -184,7 +184,7 @@ Otherwise, you can retrieve it from one of the volumes by spinning up a temporar
184184
+
185185
[source,shell]
186186
----
187-
PVC_NAME="data-0-my-cluster-kafka-0"
187+
PVC_NAME="data-0-my-cluster-broker-0"
188188
COMMAND="grep cluster.id /disk/kafka-log*/meta.properties | awk -F'=' '{print \$2}'"
189189
kubectl run tmp -itq --rm --restart "Never" --image "foo" --overrides "{\"spec\":
190190
{\"containers\":[{\"name\":\"busybox\",\"image\":\"busybox\",\"command\":[\"/bin/sh\",

0 commit comments

Comments
 (0)